I have a problem debugging my
servlet code on the command prompt using
Tomcat 4. When the code is executed, which is calling a MS Access database, it crashes the server and the command window immediately closes. I need it to remain open so I can see at what point in the code it crashed. I have added system.println at varios locations throughout the code to see where it is crashing. Is there a way to configure Tomcat to keep the prompt window open after the server crashes? I am using Win98. If anyone can help I would appreciate it.
Peter