> From: "Mike c" [EMAIL PROTECTED]
> Subject: Re: Problem with context path /webapps
>
> 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
&g
hi mike,
try removing the leading "/" in the path... e.g. 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 o