Hello Had anyone of You tried logging GC actions to a file?
Its stated in http://java.sun.com/j2se/1.4.1/docs/tooldocs/windows/java.html, that -Xloggc:file option has to be used for that. So I place next line into my tomcat4.conf file: JAVACMD="$JAVA_HOME/bin/java -Xloggc:/var/log/tomcat4/tomcat_garbage.log restart tomcat. Wait for some time (~3-4 days, with at least 30 users comming in and using my apps). But nothing seems to appear in that dir. Tomcat is writing other logs into that dir, so there shoud be no problems with permissions. Am I doing something wrong? P.S. I'm using tomcat 4.0.4 on rh7.3 with suns jdk1.4.1. Thanks Tomas Straupis -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
