[jboss-user] [JBossWS] - Re: How is the service URL constructed
jopere
do-not-reply at jboss.com
Fri Jun 8 09:28:38 EDT 2007
In general, the context-root of the web service will be the name of the jar file the stateless bean is deployed in. So change the name of the jar file and the context-root of the web service is changed accordingly. in general, the alias portion is determined by the name of the ejb in the ejb-jar.xml file. Change the name here, and make sure that webservices.xml references it correctly and it will change the alias of the web service.
http://somehost/context-root/alias
John
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052575#4052575
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052575
More information about the jboss-user
mailing list