----------------------------------------------------------------
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,

I've got a case where I know that an exception is being trapped from
within a servlet (because I log() it), but the thrown ServletException
message is not showing up in jserv.log or mod_jserv.log - any ideas?

Appears to only occur on servlets that are listed in "servlets.startup"
in zone's property file.  Logging is occuring on the various "channels"
and I can generate messages using log("some message text") and they are
appearing on "servletLog" "channel", but exceptions encountered are not
showing up anywhere during JServ's start up.  They do show up (in
mod_jserv.log) for servlets that are invoked after JServ has completed
initialization.

Any thoughts would be really appreciated.  This is a working app and the
only problem I've encounted so far.



jserv.conf
==========
ApJServLogLevel debug
ApJServLogFile  /usr/log/httpd/mod_jserv.log

jserv.properties
================
log=true
log.file=/var/log/httpd/jserv.log
log.channel=true
log.channel.info=true
log.channel.servletException=true
log.channel.jservException=true
log.channel.warning=true
log.channel.servletLog=true
log.channel.critical=true
log.channel.debug=false

Environmentals
==============
JServ 1.1.1 (ApacheJServ-1.1.1-1.i386.rpm     18-May-2000 19:01   577k) 
Apache-1.3.12-2
Linux 6.2 (kernel-2.2.14-5.0)
Sun JDK 1.2.2
Sun JSDK 2.0

-- 
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]

Reply via email to