You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by André Næss <an...@gmail.com> on 2004/12/22 16:44:27 UTC

Changing target endpoint URL

I've recently taken over the development of an Axis based web service
implementation. The service is currently called as
http://myserver.com/axis/services/serviceName but the customer wants
it to be available as simply http://myserver.com/serviceName

I've unsuccessfully played around with mod_rewrite and googled quite a
bit for other solutions, but I can't seem to find a way to achieve
this. Does anyone know of a way to do what I want?

Regards
André Næss