- Add the factories for ws.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 4 Apr 2007 15:17:29 +0000 (15:17 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 4 Apr 2007 15:17:29 +0000 (15:17 +0000)
- Submitted by Fabien Carrion.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@525529 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/extras.xml

index e70edd3..1d6a26f 100644 (file)
@@ -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)
index 24425b8..49311d7 100644 (file)
 
   </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>