RE: Where does the servlet.log(String) output go?

2002-12-17 Thread Jerome Jacobsen
This is true for Tomcat, but not necessarily for other servlet containers.
Check your servlet container documentation.

 -Original Message-
 From: Robert J. Lebowitz [mailto:[EMAIL PROTECTED]]
 Sent: Monday, December 16, 2002 6:20 PM
 To: Struts Users Mailing List
 Subject: Re: Where does the servlet.log(String) output go?



 I'm no expert, but usually you have specified Loggers in your server.xml
 configuration file.  If you've specified a distinct Logger for a
 the Context
 in which your servlet operates, then it should appear in the log file
 specified there.

 Rob



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





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




Where does the servlet.log(String) output go?

2002-12-16 Thread atta ur-rehman
Dear all,

This may seems a stupid question but I've been banging my head for last two hours to 
no avail! 

My Action class has a servlet.log() method call to write out a log message. Everything 
runs fine but I can't see the log message anywhere. As a matter of fact, I don't know 
which file it would go into. 

The debug init parameter of ActionServlet is set to 2 in my app descriptor.

TIA,

ATTA



Re: Where does the servlet.log(String) output go?

2002-12-16 Thread Robert J. Lebowitz

I'm no expert, but usually you have specified Loggers in your server.xml
configuration file.  If you've specified a distinct Logger for a the Context
in which your servlet operates, then it should appear in the log file
specified there.

Rob



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