views:

111

answers:

1

Hi

I am using eclipse ganymede and tomcat 6. Nothing appears in my console when im using tomcat 6

Any ideas of what I could do so that i can see logging on the console

All help greatly appreciated

Damien

+3  A: 

Tomcat uses a logging framework. Look in the logs folder for the output. Add a console appender to the log4j.properties file.

Kelly French
would that be the logs directory of tomcat or an eclipse log directory?
Damo
Of Tomcat. It actually has several layers of logging. Catalina is the internal logging.
Kelly French