As of jbossws-2.0.0 this is described here
http://jbws.dyndns.org/mediawiki/index.php/JBossWS_FAQs#How_do_I_know_what_endpoint_address_is_being_used.3F
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055406#4055406
Reply to the post :
http://www.jboss.com/inde
Sorry, forget all I said in my first post. To set the context root include
jboss.xml in your jar file with the following inside it:
http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";>
The alias portion should be the name of the endpoint class. So if your
endpoint class is name
I am not seeing that. The name of the ejb jar file is
"sitereg-ejb-1.0-SNAPSHOT.jar" and the name of ear file is
"SiteRegistrationService-1.0-SNAPSHOT.ear".
Also I am using JAX-WS and EJB3. So I don't have ejb-jar.xml and
webservices.xml.
View the original post :
http://www.jboss.com/index.
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-j