aspose file tools
The moose likes Web Services and the fly likes Jax-ws 2.1 webservice and jetty 5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Jax-ws 2.1 webservice and jetty 5" Watch "Jax-ws 2.1 webservice and jetty 5" New topic
Author

Jax-ws 2.1 webservice and jetty 5

John Landon
Ranch Hand

Joined: Sep 25, 2008
Posts: 221
Hi,
I have a jax-ws web service running on Tomcat in one part of the system. The other part of the system is Jetty 5. All the infrastructure is in common code. On the tomcat part I have jax-ws and web.xml where the web service is defined, both files are under the WEB-INF folder. Where do I put jax-ws file and where I define the listening jax-ws servlet (like I did in web.xml)?

Thanks,
John.
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2194
Hi!
I am not entirely sure I understand your question, but if you want to run JAX-WS web services in Jetty, you may want to have a look at this article:
http://blogs.sun.com/arungupta/entry/tango_on_jetty
Best wishes!
John Landon
Ranch Hand

Joined: Sep 25, 2008
Posts: 221
I need to know how to run jax-ws on jetty
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jax-ws 2.1 webservice and jetty 5
 
Similar Threads
Web services sending messages
axis2 with netbeans 6.1
JAX WS servlet end point
Creating Web Services With J2EE 1.3
Jax-Ws. How I specify the location of the sun-jaxws.xml file?