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