Posted By:
Sumit_Shrotriya
Posted On:
Tuesday, December 10, 2002 03:50 PM
Tomcat4.1.12 redirecting stderr & stdout to a file in windows 2000?
I have tried using all sort of methods for this like :
modifying startup.bat to
catilina.bat run > err.log
This gives me the error that "run" not found
or
starting tomcat like
startup.bat 2>stderr.log >stdout.log
This starts up but with no use as the output does not get written to files.
Any help regarding this will be greatly appreciated.
Thanks,
Sumit