• 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. How I specify the location of the sun-jaxws.xml file?

 
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 working web service (jax-ws) on tomcat. The web.xml and the sun-jaxws.xml files are in the WEB-INF directory. Is there a way to move the sun-jaxws.xml into some other directory? I mean is there a config option or something somewhere?

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 haven't seen anything that indicates that it is possible to move the sun-jaxws.xml file, however you might be able to eliminate it altogether, replacing it with annotations, as indicated in this article: http://blogs.sun.com/manveen/entry/converting_an_existing_webservice_to
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

Ivan Krizsan wrote:Hi!
I haven't seen anything that indicates that it is possible to move the sun-jaxws.xml file, however you might be able to eliminate it altogether, replacing it with annotations, as indicated in this article: http://blogs.sun.com/manveen/entry/converting_an_existing_webservice_to
Best wishes!



Thanks but this is JSR. I am talking about jax-ws.
 
reply
    Bookmark Topic Watch Topic
  • New Topic