Can anybody tell me details about hs_err_pid.log file generated when Tomcat crashes?
Do we need to perform any settings on Java tab of Tomcat configuration tool to generate hs_err_pid.log file?
What is the default location of hs_err_pid.log file? Can we change this location?
I look forward to your co-operation and response.
A very very good document regarding this topic is Troubleshooting Guide for Java from (originally) Sun. See the chapter "Troubleshooting System Crashes" for information about
hs_err_pid*
Files.See Appendix C - Fatal Error Log
Per the guide, by default the file will be created in the working directory of the process if possible, or in the system temporary directory otherwise. A specific location can be chosen by passing in the -XX:ErrorFile product flag. It says: