I just started a java (tomcat) server on Linux 9 machine.
After sometime when i do:
ps -ef
My java process is not listed there.
But the java server process is actually running. I can tell that by trying to browse to my Admin Page on
http://hostort:8080/ - it responds correctly.
Also when i do netstat -an, i can see port 8080 is in LISTEN mode.
So my application is running but not visible in 'ps -ef'.