if youre trying to print to a webpage, then you probably want a jsp file or a servlet in which case this would be one of the reasons you are using tomcat. If you are just trying to log messages though, i recommend checking out log4j instead of using system.out and system.error
----- Original Message ----- From: "Jin Wu" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[email protected]>; "Antony Paul" <[EMAIL PROTECTED]>
Sent: Wednesday, February 23, 2005 1:38 PM
Subject: Re: how to print to web page instead of catalina.out



I tried out.print(). The complation failed. The error is:

cannot resolve symbol
symbol  : variable out

Thanks
Jin

Antony Paul <[EMAIL PROTECTED]> wrote:
Why not use out.print() or you are trying to do something else ?.

rgds
Antony Paul


On Tue, 22 Feb 2005 20:26:41 -0800 (PST), Jin Wu wrote:
Hi,

It seems that System.out.printlin("...") prints to catalina.out. Is there a way I can print to web page?

Thanks,
James

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to