• 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

Spring-ws web.xml url-pattern question

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I started with the tutorial project that comes in spring-ws-2.1.1.RELEASE-full.zip.

The project was built and successfully deployed to jboss5 with no changes and the wsdl publishes as expected to http://localhost:8080/tutorial/holidayService/holiday.wsdl .

I was experimenting with url-pattern functionality in web.xml and changed from /* to /tutorial.
Seems the url should still publish the same but now server returns 404 status with message description "The requested resource (/tutorial/holidayService/holiday.wsdl) is not available.

Can url-pattern be customized or must it be set to webapp root for all webservice war files?
 
reply
    Bookmark Topic Watch Topic
  • New Topic