Author: remm Date: Wed Apr 4 08:17:29 2007 New Revision: 525529 URL: http://svn.apache.org/viewvc?view=rev&rev=525529 Log: - Add the factories for ws. - Submitted by Fabien Carrion.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/extras.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=525529&r1=525528&r2=525529 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Apr 4 08:17:29 2007 @@ -80,8 +80,8 @@ Remove excessive syncing from listener support. (remm) </fix> <add> - 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> <update> Add logging to display APR capabilities on the platform. (remm) Modified: tomcat/tc6.0.x/trunk/webapps/docs/extras.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/extras.xml?view=diff&rev=525529&r1=525528&r2=525529 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/extras.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/extras.xml Wed Apr 4 08:17:29 2007 @@ -55,6 +55,16 @@ </subsection> + <subsection name="Web Services support (JSR 109)"> + + <p> + 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. + </p> + + </subsection> + </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]