Thursday, July 17, 2008

Configuring Tomcat Server for JAX-WS Support

Step 1 – Install JAX-WS
Go to https://jax-ws.dev.java.net/2.1.3/ and click on the link to download the binary. Double click on the downloaded binary and this will extract the contents into a sub-folder jaxws-ri. If you look in jaxws-ri\lib you will see all the jars that we need for deploying to Tomcat

Step 2 – Copy JAX-WS jars to Tomcat
Copy all the jars from jaxws-ri\lib to Tomcat lib directory. Tomcat will now support WebServices.

Step 3 – Include the JAX-WS Jars in the Project Path to compile Web Services and Web Service clients
Just add the jar file jaxws-tools.jar can be found in the extracted folder jaxws-ri\lib.


For more details please visit this site, http://life-on-a-laptop.blogspot.com/

No comments: