I have web applications with the error-page defined in web.xml. Now, I am looking for a clean way to store the error when the user gets to the error page. In the tomcat 4.1.12 server.xml file it has a logger setup for the web application, and a verbosity level to log. My question though, is how do I write to that logger from a jsp? Is there a cleaner way of keeping track of errors? Thanks, Ryan
