catalina.out

catalina.out rolling with Tomcat 6.0

I have a default tomcat installation with no change to the logging configuration. The log files (in particular catalina.out) appear to be getting rolled (daily) correctly. However as well as the daily logs there is also a catalina.out file, which just continues to grow. This is what I need to fix, ie have it cleared daily (or remove it ...

Tomcat 6 Heap Size - Is this correct?

I am running multiple tomcats on a Red Hat box and I would like to configure separate heap size for each of them (some instances use more memory). Can I set the heap size min/max bt entering the following into the catalina.sh file: CATALINA_OPTS="-Xms64m -Xmx256m" Do I need add 'export'? i.e. export CATALINA_OPTS="-Xms64m -Xmx256m" ...

How to get catalina.out on Windows for Tomcat

Hi, I am running Tomcat 6 on Windows XP as standalone application(not as service, I am using startup.bat for launch). When I am starting tomcat I get new system window opened with stdout there. My question is: how can I redirect stdout to catalina.out in my case? Thanks. ...

There is no catalina.out

Hi folks, I have no idea, how and what to set up, to have catalina.out on the Tomcat on my computer. I use Tomcat 6.0.28, zipped-version on Windows XP. To start server I just run startup.bat-file. Do I do something wrong?! Thanks in advance for any advices. Mur [Edited] All records (Exceptions or System.out) will be written in cons...

Uncaught exceptions in Tomcat print to localhost.[date].log instead of catalina.out

I'm running tomcat 6.0.20 (with spring, if that matters) and can't seem to get stack traces from uncaught exceptions thrown from within my code to print to catalina.out. I'm trying to mimic the output that you see in the eclipse console. When I deploy a war on a production server and start tomcat, most of the output goes to catalina.ou...