RE: Messages

2001-06-06 Thread William Kaufman

See this posting:

http://marc.theaimsgroup.com/?l=tomcat-userm=98770302314327w=2


-- Bill K.


 -Original Message-
 From: Daniel de Almeida Alvares [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 7:03 AM
 To: Tomcat-user
 Subject: Messages
 
 
 Hi,
 When I run my webpages they run correctly but this kind of 
 messages appear
 at tomcat window:
 
 2001-06-06 11:00:29 - Ctx( /cnpi ): IOException in: R( /cnpi +
 /jsp/index2.jsp +
  null) Connection reset by peer: socket write error
 2001-06-06 11:00:29 - Ctx( /cnpi ): IOException in: R( /cnpi +
 /jsp/index2.jsp +
  null) Connection reset by peer: socket write error
 
 
 What is happening ???
 
 Regards and thanks
 
 Daniel
 ___
 Daniel de Almeida Alvares
 Santos - SP - Brasil
 [EMAIL PROTECTED]
 



RE: messages on the server window

2001-02-01 Thread Danganan, Clyde

You could do something like this:

%
System.out.println("Your message");
System.err.println("Your message");
%

-Original Message-
From: Bob Kersten [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 8:54 AM
To: [EMAIL PROTECTED]
Subject: messages on the server window


Hello,

I'd like to show certain (event) messages on the window where
Tomcat is running (thus: not send to the browser) I've seen this
in one of the JSP examples, but I don't know exactly how this is
done.

--
Ajuus,
  Bop.


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

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