Zoli Szugyi [
http://community.jboss.org/people/zszugyi] created the discussion
"multiple contexts/urls for a web service?"
To view the discussion, visit:
http://community.jboss.org/message/546580#546580
--------------------------------------------------------------
What's the best way to expose a SOAP web service through multiple context roots/urls?
Example:
http://server:8080/app/services/1.1.0/service
http://server:8080/app/services/1.1.0/service
http://server:8080/app/services/1.2.0/service
http://server:8080/app/services/1.2.0/service
should point to the same web service.
The services are stateless session beans. We've tried creating a servlet to forward
requests to the appropriate
actual service but it failed to forward the security context to the web service.
Thanks!
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/546580#546580]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]