Results 1 to 2 of 2
Hi,
I am running a Java application inside Tomcat, and there are some problems I experience from time to time, like JVM processes or threads hangs/freezes, JVM process abnormal terminations ...
- 01-27-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 4
Where to find system logs?
Hi,
I am running a Java application inside Tomcat, and there are some problems I experience from time to time, like JVM processes or threads hangs/freezes, JVM process abnormal terminations and others.
Is there exist any linux OS logs, that could be useful for me while finding out what went wrong on process level, what is/went wrong on the OS drivers level, especially regarding the network drivers, and so on.
The command cat /proc/version returned following result:
Linux version 2.6.9-42.ELsmp (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 SMP Wed Jul 12 23:27:17 EDT 2006
So I guess it is Red Hat system I am talking about (yes, this is remote third-party server with limited information and access right, but I can requested needed logs).
- 01-27-2009 #2
Look in /var/log


Reply With Quote