Thanks Craig and Jon...
Ok, I have this working now. I just changed the context declaration:
from
<Context path="/" docBase="ROOT" debug="0" reloadable="true">
to
<Context path="/chris" docBase="ROOT" debug="0" reloadable="true">

It seems that that context path "/" was never intended to be used to house a
full-blown webapp? That's what I was doing.


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to