---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- We have a weird problem with Jserv's handling of explicitly thrown errors. A programmer has a servlet exception trap in the init of a servlet which initializes the connection pool to an Oracle DB. When I access the page, I get the 'Internal Server' error but the logs are empty. Here is a copy of my logging parameters in the properties file. jserv.properties: log=true log.channel.info=false log.channel.servletException=true log.channel.jservException=true log.channel.servletLog=true I have also tried it with log.channel.debug=true We were able to get the error thrown in a test servlet because the programmer threw the exception within the servlet rather then letting Jserv catch it (which it doesn't seem to). The init servlet mentioned above throws the exception as a servlet exception where Jserv is supposed to catch it. Make sense? Ben Ricker Web Administrator US-Rx, Inc. -- -------------------------------------------------------------- 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]