Hi,

Just a quickie:

When you do something like:

try
{
        blah;
}
catch (Exception E)
{
        getServletContext ().log (e, "an error occurred");
}

where does the log message get saved? I can't find a log file with it in...

I'm using apache with Jserv 1.0.

Thanks,

Ben

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to