> I am using Tomcat 5.0.28.
> The Tomcat output by default is available in stdout file in Logs
> directory of Tomcat Installation folder.
> I want the output to be available on the console.
> How do i redirect the Tomcat output from the stdout file to the console?

Call $CATALINA_HOME/bin/catalina.sh or $CATALINA_HOME\bin\catalina.bat from
a terminal (command prompt) and specify the 'run' option (not the 'start'
option).

Tomcat will then run as part of the terminal process, and stdout will
display. The log files will still be created/updated.

The above terminal process will be blocked, so you will have to stop Tomcat
from another terminal, calling the catalina script and specifying 'stop'.

Harry Mantheakis



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to