Where does tomcat6 put logs by default? catalina.out seems to contain startup/shutdown information in /var/lib/tomcat6/logs, but standard out is either being swallowed or redirected somewhere else. I'm building a scala tomcat web service, and this is my foray into both manual tomcat configuration (more than a preconfigured windows package, at least :P) and scala.
Right now, I need to get the stack trace of an exception being thrown, and I'd really just like to see standard out in tomcat logs. I know that I'd want to use a proper logger at some point, but like I said, this is sort of my "hello world" web service, and I'd rather get this working before worrying about proper logging.
Help?
I'm running tomcat6 (from repos) and Ubuntu 8.10.