Re: Best way to capture Stack Trace when Tomcat Failes complete?

2003-03-18 Thread Tim Funk
2 easy(but not the only) ways: 1 - Hack catalina.bat to redirect standard output to a file. 2 - Use cygwin and stdout/error will go to logs/catalina.out -Tim Matt Fury wrote: Hi All, I am doing some native programming with Java and C++ DLL. The DLL works the first time around through a JSP page

Best way to capture Stack Trace when Tomcat Failes complete?

2003-03-18 Thread Matt Fury
Hi All, I am doing some native programming with Java and C++ DLL. The DLL works the first time around through a JSP page but the second time around it crashes Tomcat completely. Unfortunately the Stack Trace prints out in the console but the console shuts down before I can read it. Is there a way