Andrew, We are already doing that. What you need to do is, instead of deploying Axis as a separate web app, integrate Axis servlet to your war project. Then define your desired url for the Axis servlet in web.xml.
Jai -----Original Message----- From: ANDREW MICONE [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 1:56 PM To: [EMAIL PROTECTED] Subject: "Rooting" Axis services 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