DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41020>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41020 Summary: Poor error msg when using errorReportValveClass in Host element Product: Tomcat 5 Version: 5.0.16 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I'm using errorReportValveClass to set a custom Error-Page Handler. I've implemented the Valve interface and placed the compiled class (with package structure of course) to the server/classes dir. Tomcat just prints the following poor message to the log (also with DEBUG level set): Couldn't load specified error report valve class: <fullclassname> That is too less information about the real problem. Couldn't it be found? Couldn't it be instanciated? Stacktrace or similar would be helpful. Also the documentation ist poor: http://tomcat.apache.org/tomcat-5.5-doc/config/host.html Nothing mentioned about where to put the custom Valve class. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]