----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Greetings,
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....
Jon Stevens wrote:
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> on 5/29/2000 2:14 PM, Marc Connolly at [EMAIL PROTECTED] wrote:
>
> > Any thoughts would be really appreciated. This is a working app and the
> > only problem I've encounted so far.
>
> uhh...how about a stack trace or code snippet?
>
> all you have told us is that you have a problem...nothing that details what
> the problem might be or what code is causing it...
>
> -jon
>
> --
> --------------------------------------------------------------
> 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]
--
Regards,
Marc Connolly
Oracle Corporation
Work: 703.364.2883
Mobile: 703.627.3868
Pager: [EMAIL PROTECTED]
--
--------------------------------------------------------------
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]