Stack traces are not in stdout.log

2005-01-28 Thread Mr Mert Nuhoglu
Hi, I use Tomcat 5.5. I read the logging documentation of Tomcat. It says that, stack traces of exceptions will write to the logs/stdout.log file. But this doesn't happen in my configuration. I configured log4j for Tomcat. Thus Tomcat produces and writes the logs to the logs/tomcat.txt

RE: stack traces

2003-05-30 Thread Shapira, Yoav
Howdy, One is from the line actually throwing the exception, one is the root cause for the exception, i.e. why that line is throwing the exception. You don't always get two stack traces: for example, an NPE will only give you one. Yoav Shapira Millennium ChemInformatics -Original Message

stack traces

2003-05-29 Thread Dave Naden
I'm wondering why, then a JSP fails, you get two separate stack traces in the browser, not just one. They seem to have very similar sets of modules being called, but not exactly the same. Can any body explain? Example stack trace: type Exception report message description The server