all of mine look like this, with no slashes on docBase

<Context path="/examples" docBase="examples" debug="0"

in fact...I had a problem before when I did put slashes in the docBase 
attribute.

-----Original Message-----
From: Artur Rataj [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 21, 2007 9:23 AM
To: Tomcat Users List
Subject: Re: A disk directory context without cache


Please help me. I tried this:

        <Context path="/disk" docBase="/home/lib/disk" debug="0"
                 reloadable="true">
        </Context>

with various combinations of slashes, with a symlink etc. it all gives
404 when trying

http://<address>/disk

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


---------------------------------------------------------------------
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