I'm running on ubuntu server 10.04
I cannot create domain for instance port 80 :
asadmin create-domain --user ......... --instanceport 80
I've got this error :
Port 80 is in use.
I recheck that there's no another process using port 80 by using netstat :
netstat -aen --tcp
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 0 5292
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 0 5290
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 0 20019
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 73928
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 436740
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 0 185452
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 0 5291
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 0 5293
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 117 14508
tcp 0 0 192.168.0.111:22 183.89.76.33:3695 ESTABLISHED 0 545638
tcp6 0 0 :::5900 :::* LISTEN 1000 472652
tcp6 0 0 :::21 :::* LISTEN 0 20021
tcp6 0 0 :::22 :::* LISTEN 0 73930
tcp6 0 0 ::1:631 :::* LISTEN 0 436739
tcp6 0 184 192.168.0.111:5900 183.89.76.33:3666 ESTABLISHED 1000 544417
No process is using port 80.
If I create domain using default port (8080) everthing is OK!
Please help!
[Message sent by forum member 'tee4cute']
http://forums.java.net/jive/thread.jspa?messageID=400102