vote up 2 vote down star

I want to turn off tomcat's logs jvm.stderr and jvm.stdout which have been set in the wrapper.properties, I've commented these lines out but that just redirects the logs to be written to the root tomcat folder.

The reason for turning them off is that these logs do not seem to have any sort of size control so I have a situation where they are getting too big and causing problems.

Is it possible to totally disable them or at least put in place some sort of management to stop the files getting too big.

Thanks

flag

1 Answer

vote up 1 vote down check

Have you tried setting the logs locations to /dev/null in the wrapper.properties? Alternatively, on if you're on Windows try the /dev/null equivalent.

link|flag
Thats the problem this is on windows 2003 server :( – Eamo Jul 27 at 14:19
I've updated my answer to include a link to a stackoverflow conversation about /dev/null in Windows. – Mike Arthur Jul 27 at 14:26
Thanks, I've tried putting it into startup.bar and/or wrapper.properties at the end of wrapper.cmd_line but the logs still get created :( – Eamo Jul 27 at 14:59
put > NUL into the log locations as you said, made the mistake of just doingt cmd_line previously, thanks very much for your help – Eamo Jul 27 at 15:08
No problem, glad it worked. – Mike Arthur Jul 27 at 15:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.