Originally posted by phani kanuri:
hai Gregg,
Actually what i am trying to say is that when we press C:\Tomcat5.0\bin\tomcat5 application file we are getting a blank console so how can i get log info in this console....
please send your comments on this...
Thank you verymuch.
You have 2 options.
#1 Have your app create a logger which throws all logging to a file. Then look in that file.
#2 Run tomcat with the startup.bat file rather than the executable. It will launch a seperate window with all your console stuff.