From: remm Date: Wed, 4 Apr 2007 15:17:29 +0000 (+0000) Subject: - Add the factories for ws. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f1bef8691d61c66039414dd30b33f593b1e96dc7;p=tomcat7.0 - Add the factories for ws. - Submitted by Fabien Carrion. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@525529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e70edd33b..1d6a26fb0 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -80,8 +80,8 @@ Remove excessive syncing from listener support. (remm) - Web services support, except the actual factory implementations. Submitted by - Fabien Carrion. (remm) + Web services support. The actual factory implementations are implemented in the + extras. Submitted by Fabien Carrion. (remm) Add logging to display APR capabilities on the platform. (remm) diff --git a/webapps/docs/extras.xml b/webapps/docs/extras.xml index 24425b886..49311d7fe 100644 --- a/webapps/docs/extras.xml +++ b/webapps/docs/extras.xml @@ -55,6 +55,16 @@ + + +

+ Tomcat provides factories for JSR 109 which may be used to resolve web services references. + Place the generated catalina-ws.jar as well as jaxrpc.jar and wsdl4j.jar (or another implementation + of JSR 109) in the Tomcat lib folder. +

+ +
+