Open a terminal and enter this command
| netstat -ab
|
then look for your port (80 in your case) and note that it, if you are looking for a
service on a well known it will print them with the name. (such as http).
If you would like to see the addresses and ports in numerical form, add -n to the command
line.
The result you are hoping for is to have java.exe listed as the executing program.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144727#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...