A disk directory context without cache

2007-03-21 Thread Artur Rataj
Hello. How to configure a context that displays the contents of a given disk directory, but without it being cached? I tried this, but it does not work at all, i. e. I get an error message from tomcat when trying to access /disk. Context path=/disk docBase=/home/lib/disk/

Re: A disk directory context without cache

2007-03-21 Thread Mikolaj Rydzewski
Artur Rataj wrote: Context path=/disk docBase=/home/lib/disk/ reloadable=true Logger className=org.apache.catalina.logger.FileLogger Source code of org.apache.catalina.logger.FileLogger prefix=localhost_examples_log. suffix=.txt

Re: A disk directory context without cache

2007-03-21 Thread Artur Rataj
I have just copied the context from another one in the default configuration file. On 3/21/07, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: Artur Rataj wrote: Context path=/disk docBase=/home/lib/disk/ reloadable=true Logger

Re: A disk directory context without cache

2007-03-21 Thread Artur Rataj
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

RE: A disk directory context without cache

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
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

Re: A disk directory context without cache

2007-03-21 Thread Hassan Schroeder
On 3/21/07, Artur Rataj [EMAIL PROTECTED] wrote: it all gives 404 when trying http://address/disk Do you have a valid welcome file, or are you specifically trying a file that you *know* is there? e.g. either http://address/disk/index.jsp or http://address/disk/foo.html Directory

Re: A disk directory context without cache

2007-03-21 Thread sputnik
Artur Rataj wrote: 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

Re: A disk directory context without cache

2007-03-21 Thread Artur Rataj
Thank you for help, it was indeed the listings setting in web.xml that needed to be changed. Now it works ok. Artur - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For