Friday March 17, 2006
JAX-WS 2.0 Samples on Tomcat 5.5.x
Starting today's nightly, the JAX-WS samples can be easily run on Tomcat 5.5.x. This blog tells you how to install a JAX-WS nightly build on Tomcat container and run the samples using that.
Installing JAX-WS 2.0 on Tomcat
JAXWS_SI.jar from the nightly
build and install it on your machine by giving the following command:java -jar JAXWS_SI.jarjaxws-ri directory (JAXWS_HOME) in your current
directory.jaxwsontomcat.xml) in JAXWS_HOME directory.ant -f jaxwsontomcat.xml installRunning the Samples
To develop and deploy the samples on Tomcat, you need to give the following command:
ant server -Dtomcat=true
To develop and deploy the samples on Application server, you need to give the following command:
ant server
If you are familiar with the samples framework, then this is the same command as before.
To invoke the deployed WAR file, follow the instructions from the samples documentation. All of your samples can now be deployed on Tomcat container, in addition to Sun's Application Server.
Hope you find this useful.
Posted by Arun Gupta in webservices | Comments[1]
|
|
|
|
|
Today's Page Hits: 972
Total # blog entries: 1002