----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Does anything end up in the Apache error.log?

- Fernando

> -----Original Message-----
> Sorry, should have been clearer.  I'm trapping for the exception and I'm
> throwing it, as per:
> 
>       /*
>       Instantiate the singleton PropManager
>       */
>       try
>       {
>          propManager = PropManager.getInstance(config);
>       }
>       catch (Exception e)
>       {
>         log(FRWM + UtilsCommon.convertStackTraceToString(e));   // <---
> this makes it into the log
>         throw new ServletException(FRWM +
> UtilsCommon.convertStackTraceToString(e));  // <--- this does not
>       }
>       log(FRWM + PROP_MANAGER_CLASSNAME + CLASS_REFERENCE_OBTAINED);
> 
> 
> It's not a question of where or why the exception's being thrown - I
> know precisely the reason.  What I can't figure
> is why ServletExceptions are NOT being logged.  I'm guessing I've goofed
> one of my JServ settings and ServletExceptions are not percolcating
> backup to JServ.  But for the life of me I can't see it....
> 



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to