Unix commands and various application server tips.
To find out what is running on a port, I prefer the following command. This command is especially useful when trouble shooting Java application servers.
# lsof -i tcp:9091
Unix commands and various application server tips.
To find out what is running on a port, I prefer the following command. This command is especially useful when trouble shooting Java application servers.
# lsof -i tcp:9091