Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where did system.out.println() go?

Status
Not open for further replies.

yulinxp

Programmer
Mar 1, 2005
2
0
0
US
I'm using tomcat-5.5.7.
I tried to use System.out.print("message") in my java codes.
But %CATALINA_HOME%/logs/ stdoutxxxxxx.log doesn't have my output message.
Neither did system.err.print() work for me.
Any help?
 
if you want that, i think u should use log() from ServletContext(or application object in jsp).

good luck

----------------------------------
[daftywork : work 4 everyone.]
>>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top