Trace an extinct process

Hi gurus,

Just wanted to know if there is any way to trace the PID of a process that has already completed it's job and exited.
My tomcat server was found in a hung state and we restarted it. Now we have found that someone has ran a kill -9 "pid" and wanted to know if it is the PID of tomcat.

Any insights is appreciated.

Thanks
HG

There is no trace command which works on processes that don't exist.

Check tomcat's log files instead.