Some suggestions have been made on this. Alternatively, you might be able to add a servlet to the root context, mapped to get called for all root context requests, and it can forward the request to the appropriate real endpoint URL, depending on the path in the request.

Tony

"ANDREW MICONE" <[EMAIL PROTECTED]> wrote on 13/12/2004 19:56:03:

> Well, after much pain from the dubious interoperability of .NET
> clients and throwing a grand total of 7,091 lines of code I have my
> first Axis web service running in production (as well as a much
> greater appreciation of Bea WebLogic Integration and WebMethods). I
> was wondering if anyone had the magic formula with tomcat for
> "rooting" Axis, just for aesthetic purposes so:
>
> http://mydomain/axis/services/endpoint
>
> becomes
>
> http://mydomain/endpoint
>
> Just in case someone just had the config instructions off hand. RTFM
> these days seems to be an exercise of finding the needle in Google's
> haystack. -- Andy
>
>

Reply via email to