Hi everybody, maybe this subject is off-topic but let me explain my problem, I ran Tomcat as root user and java was logging the gc activity (java -Xloggc:/usr/local/tomcat4/logs/gc.log ...) and everything was fine but I had to change the Tomcat user to another one (tomcat4) and after this the gc activity is not being anymore logged in /usr/local/tomcat4/logs/gc.log, it is logging in catalina.out.
To change user root to tomcat4 I execute the following command in startup.sh script: su - tomcat4 -c "/usr/local/tomcat4/bin/catalina.sh start" Does anyone know how to fix this?! Luiz Ricardo -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
