1. Using JSP with Embedded Jetty 7 in Eclipse IDE, getting LogConfigurationException stackoverflow.comI've included all jars the application requires, I'm trying to use Jetty Embedded I have a simple java class with a main method that has the following setup, servlets still work correctly ... |
2. Log runtime Exceptions in a Servlet using log4j stackoverflow.comMy question is based on this one: Log runtime Exceptions in Java using log4j It is explained there how to write a custom UncaughtExceptionHandler to get RuntimeExceptions logged by log4j. I wrote ... |
3. Exception logging from servlets coderanch.com |