[jboss-user] [Beginner's Corner] - Rename context-root of JBoss ESB
David Fleeman
do-not-reply at jboss.com
Tue Aug 31 13:40:13 EDT 2010
David Fleeman [http://community.jboss.org/people/fleeman] created the discussion
"Rename context-root of JBoss ESB"
To view the discussion, visit: http://community.jboss.org/message/559867#559867
--------------------------------------------------------------
When I deploy a service as a WAR, I can provide the jboss-web.xml file where I overwrite the URL by definining a context-root tag (e.g., if my war is named my-service-1.0.0.war, I can use context-root to control the WSDL URL to be my-service without having the version on the end). Anyone know how to accomplish this same behavior with an ESB deployment? My service has this URL:
https://localhost:8180/checklist-service-1.0.0/ebws/peoplesoft-services/UpdateChecklistItemStatus?wsdl https://localhost:8180/checklist-service-1.0.0/ebws/peoplesoft-services/UpdateChecklistItemStatus?wsdl
The desired URL has the version number removed:
https://localhost:8180/checklist-service/ebws/peoplesoft-services/UpdateChecklistItemStatus?wsdl https://localhost:8180/checklist-service/ebws/peoplesoft-services/UpdateChecklistItemStatus?wsdl
I've tried dropping a jboss-web.xml file into the deployment without luck. Any help would be greatly appreciated. Thanks!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/559867#559867]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100831/d93e6032/attachment.html
More information about the jboss-user
mailing list