Tomcat: trace all (even catched) exceptions
问题 is it possible to trace all exceptions in Tomcat server (or, in general, JVM)? Thanks for all! P.S. I need it because exception occurs in org.primefaces.application.PrimeResourceHandler.handleResourceRequest() and a trivial message is printed (line 79) 回答1: Sure. Start tomcat using that: ./catalina jpda start And then connect using the eclipse debugger, as described here: http://wiki.apache.org/tomcat/FAQ/Developing#Q1 When for example Eclipse is connected, go to the Breakpoints panel, there