View previous topic :: View next topic |
Author |
Message |
MaxMara n00b
Joined: 31 Aug 2004 Posts: 35 Location: Vienna/Austria
|
Posted: Fri Mar 02, 2007 4:46 pm Post subject: Tomcat5-5 and logging [kind of solved :)] |
|
|
Hi!
I just emerged tomcat5-5 and everything worked out fine.
In my application is a small bug, but tomcat doesn't write anything to /var/log/tomcat-5.5/catalina.out
I think it's because I start tomcat with the /etc/init.d-script, but I have absolutely no idea...
Anyone with more ideas?
Thanks and
regards
Christian.
Last edited by MaxMara on Fri Mar 02, 2007 7:58 pm; edited 1 time in total |
|
Back to top |
|
|
MaxMara n00b
Joined: 31 Aug 2004 Posts: 35 Location: Vienna/Austria
|
Posted: Fri Mar 02, 2007 7:57 pm Post subject: |
|
|
I just found this one: https://bugs.gentoo.org/show_bug.cgi?id=129761.
I removed "--background" from the start-script and now it really logs to catalina.out.
Only a workaround, but it seems to work
Cheers
Christian.[/url] |
|
Back to top |
|
|
wltjr Retired Dev
Joined: 31 Jan 2006 Posts: 73
|
Posted: Mon Mar 26, 2007 5:47 pm Post subject: |
|
|
This is the bug tracking this issue, Bug #162379, and it's a known one. For the most part all logging should go to catalina*.log including exception. Only bad code or stderr/stdout logging from within beans or other nested code tends to rely on that file for exception output. |
|
Back to top |
|
|
|