Archive for May, 2010
How to kill my WebSphere JVM
It seems to happen often enough that I had to note this
If your in WebSphere counsole and stop your JVM but it doesn’t go down, or it partially goes down.. Open a command line on the server
If the JVM is called: server1
run this: ps -ef|grep server1
Then find the processID and run: kill -9 (procID)