theartha
asked on
tomcat console
HI There,
I installed tomcat.exe and started using as window services in windows server 2003 . My questions is:
How can I see the tomcat console and system.out statements when I start the service?
I can see tomcat console when I start the server manually(startup.bat)
Thanks.
I installed tomcat.exe and started using as window services in windows server 2003 . My questions is:
How can I see the tomcat console and system.out statements when I start the service?
I can see tomcat console when I start the server manually(startup.bat)
Thanks.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
you can configure the default logging using logging.properties
a folder logs and in that folder I have file called catalina.out.
I guess on Windows it should be something similr and even when you run it as service
it should be there. So check in Program Files/Apache and then soomething you'll see there