Re: Logging to jserv.log

1999-06-18 Thread Anonymous
- Original Message - From: Robert Merrill <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 1999 9:26 PM Subject: Re: Logging to jserv.log > Eric, > > > Does anyone have a means for logging to messages to the jserv.log file. &g

Re: Logging to jserv.log

1999-06-16 Thread Anonymous
Yep got all the jserv.properties stuff set. I have a feeling it is in the way I am trying to access log(). Is the example code I have below correct? Could someone post a sample script that they use for simple message logging? Using Apache 1.3.6, JServ 1.0 final and JSDK 2.0 -Eric At 02:26

Re: Logging to jserv.log

1999-06-16 Thread Anonymous
Eric, > Does anyone have a means for logging to messages to the jserv.log file. > > As I understand it: > HttpServlet extends GenericServlet which implements ServletConfig which has > getServletContext() which has log(). > > my init method is the following and my JServ logging uses jserv.log: >