If you want to check the java process running in the server. use below command
ps -ef|grep java
Above command will give the process id of the java application running on the server.
Use lsof -p processid
This will list socket/port number which the java application is listening.
If you want to check the java process running in the server. use below command
ps -ef|grep java
Above command will give the process id of the java application running on the server.
Use lsof -p processid
This will list socket/port number which the java application is listening.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.