You can turn off logs by editing the server.xml file. Look for lines like
this:
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="localhost_log." suffix=".txt"
timestamp="true"/>
and simply comment them out. You will need to restart Tomcat for this to
take effect. I believe this will disable most (if not all) logs.
--==pat schaider==--
On Tue, 26 Feb 2002, Moi wrote:
> How turn off any logs from Tomcat4?
>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>