For the (2) "Tomcat Little-G has alternative way to open sockets listening on
IPv6 address, but full version of geronimo does not work in the same way. "

After another try, I should update it as below:
2. Full version of geronimo starts successfully when using hostnames mapped
to IPv6 addresses.
For example, in your localhost file, there are entries like:
::1             sles10sp24xm localhost ipv6-localhost ipv6-loopback
::                fromallhost

"sles10sp24xm" is the hostname, and must appears in the hosts file.

Then update the config-substitutions.properties like:
ServerHostname=fromallhost

Then the geronimo server starts successfully, and listen on these ports:
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 :::6882                 :::*                    LISTEN      
tcp        0      0 :::4201                 :::*                    LISTEN      
tcp        0      0 :::8009                 :::*                    LISTEN      
tcp        0      0 :::1099                 :::*                    LISTEN      
tcp        0      0 :::61613                :::*                    LISTEN      
tcp        0      0 :::9999                 :::*                    LISTEN      
tcp        0      0 :::61616                :::*                    LISTEN      
tcp        0      0 :::8080                 :::*                    LISTEN      
tcp        0      0 :::2001                 :::*                    LISTEN      
tcp        0      0 :::1527                 :::*                    LISTEN      
tcp        0      0 :::1050                 :::*                    LISTEN      
tcp        0      0 :::8443                 :::*                    LISTEN      

-- 
View this message in context: 
http://www.nabble.com/Does-geronimo-support-IPv6--tp22801389s134p23554866.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to