When a WebSphere Liberty server is started on Linux, is its pid stored anywhere on the filesystem, in a .pid file or similar? I'm developing an automated script that under some scenarios, when the server won't cleanly stop, needs to force-kill it.
When a WebSphere Liberty server is started on Linux, is its pid stored anywhere on the filesystem, in a .pid file or similar? I'm developing an automated script that under some scenarios, when the server won't cleanly stop, needs to force-kill it.
Hi on Linux server there is .pid directory which will have PID
For example :
NOTE : On windows there is no PID file/directory created.
VS, opinions are my own and not those of my employer