--
Hi All - Does anyone know if the logging features of Java Servlets are
supported by JServ 1.0? I tried it today and it didn't write anything
to the logs, jserv or error. Here's the methods I was using:
public void ServletContext.log(Exception e, String msg)
and
public void GenericServlet.log(String msg)
from the O'Reilly book:
getServletContext().log(e,msg);
Thanks! Brad
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]