[jboss-as7-dev] Port conflict 8080 detection?

Cheng Fang cfang at redhat.com
Tue Sep 11 12:16:02 EDT 2012


I did refresh several times with no difference.

/Users/cfang/711 > jps
1034 /Users/cfang/711/jboss-modules.jar
1013 com.sun.enterprise.glassfish.bootstrap.ASMain

/Users/cfang/711 > lsof -i -P | grep -i "listen"
java      1013 cfang  326u  IPv6 0x807f2c102947d4c9      0t0  TCP *:3700 
(LISTEN)
java      1013 cfang  327u  IPv6 0x807f2c1028b0ad09      0t0  TCP *:4848 
(LISTEN)
java      1013 cfang  328u  IPv6 0x807f2c1028af08a9      0t0  TCP *:8080 
(LISTEN)
java      1013 cfang  329u  IPv6 0x807f2c1028b71d09      0t0  TCP *:7676 
(LISTEN)
java      1013 cfang  330u  IPv6 0x807f2c1028d374c9      0t0  TCP *:8181 
(LISTEN)
java      1013 cfang  346u  IPv6 0x807f2c102947f4c9      0t0  TCP *:8686 
(LISTEN)
java      1034 cfang  210u  IPv4 0x807f2c1027b41159      0t0  TCP 
localhost:8080 (LISTEN)
java      1034 cfang  275u  IPv4 0x807f2c1027c3ea21      0t0  TCP 
localhost:4447 (LISTEN)
java      1034 cfang  290u  IPv4 0x807f2c1027502799      0t0  TCP 
localhost:9999 (LISTEN)
java      1034 cfang  291u  IPv4 0x807f2c1023902061      0t0  TCP 
localhost:9990 (LISTEN)
GoogleTal 1110 cfang   25u  IPv4 0x807f2c1027706ed1      0t0  TCP 
localhost:49771 (LISTEN)
GoogleTal 1110 cfang   29u  IPv4 0x807f2c1027503609      0t0  TCP 
localhost:49772 (LISTEN)


So GF binds to all interfaces on IPv6, while as7 binds to localhost on IPv4.

Cheng

On 9/11/12 12:06 PM, Brian Stansberry wrote:
> lsof -i -P | grep -i "listen"



More information about the jboss-as7-dev mailing list