IBM Websphere Application Server Process id
Finding the process of a Websphere application server can be hard work since it just shows up as a java process. The good news is that the process id (pid) of a Websphere application server is written into a folder in the logs directory with the format {application-server-name}.pid you can cat that file to find the process number. If this file is there it means the process is still running even if the admin console is telling you otherwise (yes I’ve seen it happen). You can use this pid to kill the process if the server won’t stop through the usual means.
4 years ago • 0 notes