• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jax-ws 2.1 webservice and jetty 5

 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to know how to run jax-ws on jetty
 
reply
    Bookmark Topic Watch Topic
  • New Topic