hi mike,

try removing the leading "/" in the path... e.g. <Context path="webapps/test" docBase="test" reloadable="true" />

--i believe that's causing your problem, assuming the "webapps" directory is under your tomcat home.
hope this helps,
mike

Mike c wrote:
Hi,

I am trying to migrate some of our applications currently deployed on Tomcat 4.1 to Tomcat 5.5 and I cannot get any applications that have a context path
that starts with /webapps to work.  I am getting a 404 error on all these
contexts. Does 5.5 not allow a context paths to start webapps? Here is an
example context file I've tried.

<Context path="/webapps/test" docBase="test" reloadable="true" />


Thanks,

Mike




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to