Hi,
Our team has just switched from Jboss 4.2.2 to Jboss 7.1. Before, we had created a webservice using annotations. This service was deployed with this endpoint : http://[SERVER IP]:8080/myApp-myApp-ejb/MyWebserviceBean
Now, with Jboss 7.1, the url has slightly changed : http://[SERVER IP]:8080/myApp-ejb/MyWebserviceBean
It seems that the application context root was added in Jboss 4.2.2.
As we don't want to contact every clients to update the call URL, is it possible for us to change it?
Thanks,
Aurélien Lansmanne.