On Sun, 2010-01-17 at 09:40 -0600, Caldarale, Charles R wrote: > > From: Caldarale, Charles R > > Subject: RE: Log files? > > > > And a real Tomcat doesn't - I just installed cyclos on Tomcat 6.0.20, > > with no damage to Tomcat. (The cyclos app won't run due to lack of a > > database, but other than that, everything's fine.) All log files are > > present and continue to collect entries. > > Just FYI: after installing MySQL and increasing MaxPermSize, cyclos came up > nicely on my dual-core 64-bit Vista system. This is running on Tomcat 6.0.20 > downloaded from tomcat.apache.org, without a security manager. JConsole > shows about 80 MB of PermGen in use, so I have MaxPermSize at 128m for a > little headroom. Logs are functioning properly. > > - Chuck >
OK, I did #apt-get install --reinstall tomcat6 And the log files are back! I'm definitely a newbe at this. The re-install kept my startup scripts (and config files) all in tact. So this is a bit strange. Here are the changes I made in the /etc/init.d/tomcat6 file yesterday JDK_DIRS="/usr/lib/jvm/java-6-sun" if [ -z "$JAVA_OPTS" ]; then JAVA_OPTS="-Djava.awt.headless=true -Xmx256M" fi Again, these changes remain in tact after the reinstall, so it was not that. I'm not sure what it was, but now it is fixed... Now onto cyclos... Thanks everybody! Rick --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org