It works nicely. Thank you very much for your help.

Regards,
Jean-Pol.

-----Original Message-----
From: Tim Funk [mailto:[EMAIL PROTECTED] 
Sent: 22 December 2005 16:59
To: Tomcat Users List
Subject: Re: Access static content ("logs" folder) ?

Add a context declaration like this in a file called logs.xml in your 
conf/Catalina/localhost directory.

<Context  path="/logs" docBase="${catalina.home}/logs" debug="0" />

-Tim

LANDRAIN Jean-Pol wrote:

> Hi,
>  
> I use Tomcat 5.5 and I'd like to be able to browse my logs directory
> (%TOMCAT_HOME%\logs) from a web page to access it remotely (distant
> server inside our intranet). I don't want to install Apache just for
> that.
> Is it possible ? How can I do this ?
>  
> Thanks for your help.
> Jean-Pol.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to