I'am using geronimo 2.1.2. I have modified the
/config/config-substitutions.properties and changed all the "localhost" with
a specific IP address. After i have modified the config.xml and add the
"host" properties  in this section:

<module name="org.apache.geronimo.framework/rmi-naming/2.1.2/car">
        <gbean name="RMIRegistry">
            <attribute name="host">${ServerHostname}</attribute>
            <attribute name="port">${NamingPort + PortOffset}</attribute>
        </gbean>

after that when i start the istance i get the following message:

Starting Geronimo Application Server v2.1.2
[****************************************] 100%  19s Startup complete
  Listening on Ports:
       0 1.5.36.37 Derby Connector
    1050 1.5.36.37 CORBA Naming Service
    1099 1.5.36.37 RMI Naming
    2001 1.5.36.37 OpenEJB ORB Adapter
    4201 1.5.36.37 OpenEJB Daemon
    6882 1.5.36.37 OpenEJB ORB Adapter
    8009 1.5.36.37 Tomcat Connector AJP AJP
    8080 1.5.36.37 Tomcat Connector HTTP BIO HTTP
    8443 1.5.36.37 Tomcat Connector HTTPS BIO HTTPS
    9999 1.5.36.37 JMX Remoting Connector
   61613 1.5.36.37 ActiveMQ Transport Connector
   61616 1.5.36.37 ActiveMQ Transport Connector

it's all ok? No because if i use the lsof command (i'am on linux system) i
found that this java process bound all IP address for some ports:

java    9590 root    5u  IPv6   87466915               TCP *:1099 (LISTEN)
java    9590 root    8u  IPv6   87466917               TCP *:9999 (LISTEN)
java    9590 root   17u  IPv6   87466936               TCP
lxi18l.intra.infocamere.it:1527 (LISTEN)
java    9590 root   53u  IPv6   87467168               TCP
lxi18l.intra.infocamere.it:61616 (LISTEN)
java    9590 root   54u  IPv6   87467170               TCP
lxi18l.intra.infocamere.it:61613 (LISTEN)
java    9590 root   55u  IPv6   87467172               TCP
lxi18l.intra.infocamere.it:4201 (LISTEN)
java    9590 root   56u  IPv6   87467175               TCP *:1050 (LISTEN)
java    9590 root   57u  IPv6   87467179               TCP *:24842 (LISTEN)
java    9590 root   58u  IPv6   87467183               TCP *:2001 (LISTEN)
java    9590 root   59u  IPv6   87467186               TCP *:6882 (LISTEN)
java    9590 root   62u  IPv6   87467189               TCP
lxi18l.intra.infocamere.it:webcache (LISTEN)
java    9590 root   63u  IPv6   87467191               TCP
lxi18l.intra.infocamere.it:8009 (LISTEN)
java    9590 root   64u  IPv6   87467193               TCP
lxi18l.intra.infocamere.it:8443 (LISTEN)

lxi18l.intra.infocamere.it=1.5.36.37

what's the problem?

thank you

Marco
-- 
View this message in context: 
http://www.nabble.com/problem-with-bound-on-all-IP-address-tp19512757s134p19512757.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to