Hi, everyone I am using tomcat 5.x. When my application has application level error, like business logic errors cause NullPointerException or SQLException, Unlike Jetty, Tomcat server can't track the exact buggy line of my codes. It makes me to difficult to debug my application. The server give the "Unknown source" for the exact class name. Even it gives me the method name of the class, but the method has 50 or more 100 line codes. I need analysis them and try many times to find the exact line. Any ideas to sort out the problem?
Thanks. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]