Evan J wrote: > conf/enginename/vh.host.com/myapp.xml: > > <Context path="someuri" > docBase="/myapp"...>
Ahh. Light dawns. It wasn't clear (to me at least) that you were using a context.xml file. I had assumed you were specifying the context inside server.xml. Using the configuration above the path will be ignored and the name of the context.xml file used instead as per http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Which changes my last post to: http://vh.host.com/myapp/eservlets/myservlet If you name the file ROOT.xml the the URL becomes: http://vh.host.com/eservlets/myservlet HTH, Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]