0 Replies Latest reply on Oct 29, 2004 10:16 AM by tlambrec

    Accessing jbos behind firewall.

    tlambrec

      I want to access my jbosMQ server that is located after a firewall.

      I followed the instructions of the documentation page http://www.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall
      port 1098 1099 8093 are forwarded on my firewall and -Djava.rmi.server.hostname=<external_host_name> -Djava.rmi.server.useLocalHostname=false are set.

      Still I get the logging in my client:

      [java] 16:10:32,277 DEBUG [SpyConnectionFactoryObjectFactory] Extracting SpyConnectionFactory from reference
      [java] 16:10:32,414 DEBUG [SpyConnectionFactoryObjectFactory] The GenericConnectionFactory is: GenericConnectionFactory[server=org.jboss.mq.il.uil2.UILServerIL@3c2378 connectionProperties={UIL_ADDRESS_KEY=192.168.1.36, UIL_CHUNKSIZE_KEY=1000000, UIL_TCPNODELAY_KEY=yes, ClientILService=org.jboss.mq.il.uil2.UILClientILService, UIL_PORT_KEY=8093, UIL_BUFFERSIZE_KEY=2048, PingPeriod=60000}]
      [java] 16:10:32,470 DEBUG [Connection] Setting the clockDaemon's thread factory

      192.168.1.36 is the local address of the server where it should say office.axelera.net


      How do I get the jndi server to return office.axelera.net instead of my local IP.