on 12/17/2000 7:31 PM, "Jon Stevens" <[EMAIL PROTECTED]> wrote: > In tomcat-4.0/conf/server.xml, I have defined: > > <Context path="/" docBase="scarab" reloadable="true"> > </Context> I figured out this problem...it should be: <Context path="" docBase="scarab" reloadable="true"> </Context> No "/" in there. That is a bug. :-) -jon -- Honk if you love peace and quiet.
- [tomcat-4.0] setting the root context seems broken as ... Jon Stevens
- Re: [tomcat-4.0] setting the root context seems b... Jon Stevens
- Re: [tomcat-4.0] setting the root context see... Craig R. McClanahan