Re: how to print to web page instead of catalina.out

2005-02-23 Thread Jin Wu
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

RE: how to print to web page instead of catalina.out

2005-02-23 Thread Jin Wu
Yes, this works. Thanks a lot. James Daxin Zuo [EMAIL PROTECTED] wrote: response.setContentType(text/html); PrintWriter out = response.getWriter(); out.println(to web); -Original Message- From: Jin Wu [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 10:39 AM To: Tomcat

how to print to web page instead of catalina.out

2005-02-22 Thread Jin Wu
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