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

2002-12-17 Thread Jerome Jacobsen
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

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

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