Pretty simple:
When I run startup.sh or shutdown.sh information is logged into catalina.out When I run it as a service (i.e. sudo service tomcat6 start/stop
) nothing is written to that log. Is it logging somewhere else? Is it logging at all? This is a fresh install of tomcat6 on ubuntu 9.10
Asked
Active
Viewed 709 times
3

aarona
- 35,986
- 41
- 138
- 186
1 Answers
2
Ok, I found them. The service is logging them here: /var/log/tomcat6/
Also, the service is using files under /etc/tomcat6 for configuration purposes.

aarona
- 35,986
- 41
- 138
- 186
-
2If you used the standard installation that comes with the OS (via apt-get) then it re-organise the directories to match the UNIX standard – David Rabinowitz Dec 13 '09 at 06:52