I found a way around. Just rename the service name in the configuration xml file to "AuthenticationService.jws" and then have the right mapping in and that did it!
However testing in browser is not working due to the way the operations tests are constructed and that is breaking the pattern *.jws This works great now http:\\domain.com\axis2\services\AuthenticationService.jws\test?name=value This won't work http:\\domain.com\axis2\services\AuthenticationService.jws\test?name=value Will have to test the service to see if will be fine... Just hope the call is not calling a GET to call the service! Q -- View this message in context: http://www.nabble.com/Axis2-%3A-Building-EAR-and-change-servlet-mappings-tp23714211p23762379.html Sent from the Axis - User mailing list archive at Nabble.com.
