Re: Problems trying to disable log rotation within Tomcat 6

2013-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alan, On 1/23/13 7:33 PM, Alan Worstell wrote: > Hello, I'm using Tomcat 6.0.24-2ubuntu1.10 on Ubuntu 10.04.4 and I > am trying to disable datestamping and rotation of log files within > Tomcat so I can use logrotate for everything. I have added the

Re: Problems trying to disable log rotation within Tomcat 6

2013-01-23 Thread Konstantin Kolinko
2013/1/24 Alan Worstell : > Hello, > I'm using Tomcat 6.0.24-2ubuntu1.10 on Ubuntu 10.04.4 and I am trying to > disable datestamping and rotation of log files within Tomcat so I can use > logrotate for everything. > I have added these lines to /etc/tomcat6/logging.properties: > 1catalina.org.apache

Problems trying to disable log rotation within Tomcat 6

2013-01-23 Thread Alan Worstell
Hello, I'm using Tomcat 6.0.24-2ubuntu1.10 on Ubuntu 10.04.4 and I am trying to disable datestamping and rotation of log files within Tomcat so I can use logrotate for everything. I have added these lines to /etc/tomcat6/logging.properties: 1catalina.org.apache.juli.FileHandler.rotatable = fals