I have started using Apache Tomcat Version 5.5.1 Using JAVA_HOME: C:\jdk1.5 Version: Apache Tomcat/5.5.1
when I was using earlier 5.0.28 version i was gettinmg log file comprising out server stack trace etc. But the current version is only giving me localhost_access_log.2007-11-12 log which only contain Http request and responses.
Is there any settings in Tomcat to make it log the server stack traces and other error exception which occur.???
I guess you're looking at the wrong log. The localhost_access_log.<date>.log is for the access log. You should check the localhost.<date>.log.
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
felix thomas
Ranch Hand
Joined: Jun 10, 2001
Posts: 89
posted
0
Thanks Freddy for your answer, but my problem is that tomcat is only generating one log i.e...._access.. log file , the other type of log file is not getting generated.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.