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 additional
Artur Rataj wrote:
>> Please help me. I tried this:
>>
>>> reloadable=\"true\">
>>
>>
>> with various combinations of slashes, with a symlink etc. it all gives
>> 404 when trying
>>
>> http:///disk
>>
>> -
On 3/21/07, Artur Rataj <[EMAIL PROTECTED]> wrote:
it all gives
404 when trying
http:///disk
Do you have a valid welcome file, or are you specifically trying a file
that you *know* is there? e.g. either
http:///disk/index.jsp
or
http:///disk/foo.html
Directory listing isn't on by defa
all of mine look like this, with no slashes on docBase
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:
with various combinations of slashes, with a
Please help me. I tried this:
with various combinations of slashes, with a symlink etc. it all gives
404 when trying
http:///disk
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail:
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:
> docBase="/home/lib/disk/"
>reloadable="true">
> prefix="localhost_examples_log." suffi
Artur Rataj wrote:
Where can I read about element? I cannot find it in the docs.
--
Mikolaj Rydzewski <[EMAIL PROTECTED]>
smime.p7s
Description: S/MIME Cryptographic Signature
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.
-