I believe not having good messages in error scenarios is a bug, and this may be one of those. Please verify. It looks like it has been around for ages when I search the user list. Search the user list for "Error listenerStart" and you will see what I mean.

I have seen many complaints about this error in the tomcat logs with no other information......

Mar 26, 2006 6:36:25 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart

I know exactly the problem in my case(and I think it is the same in other users' cases as well). My ServletContextListener.contentInitialized is throwing an Exception, and tomcat does not report the exception in any of it's logs. I also tried adding my own logging.properties file to WEB-INF/classes and it worked for my backing beans, but my ServletContextListener logs did not come out. I can't seem to log them anywhere in any configuration. The logging may just be user error(though I am not sure why my log file seems to control my backing bean logs just fine and not my ServletContextListener file. The main bug I think is only reporting "Error listenerStart" Can someone respond on the user list please?
thanks,
dean


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to