0 Replies Latest reply on May 23, 2006 5:11 AM by vallamkondu

    Two different Jboss versions on single machine.

    vallamkondu

      Hi All,

      I have configured and deployed two different JBoss versions (3.2.3 & 3.2.5) on our lab machines and both application servers are up & running simultaneously without any port conflict.

      I have modified the 3.2.5 version ports as below

      >> Edit <JBOSS-3.2.5 _HOME>/server/default/conf/jboss-service.xml and change the following Ports
      a. Change WebService MBean Port from 8083 to 18083.
      b. Change NamingService MBean Port from 1099 to 10099.
      c. Change NamingService MBean - RmiPort from 1098 to 10098.
      d. Change JRMPInvoker MBean Port from 4444 to 44444.
      e. Change PooledInvoker MBean Port from 4445 to 44445

      >> Edit <JBOSS-3.2.5_HOME>/server/default/deploy/jbossweb-tomcat50.sar/server.xml
      a. Change AJP 1.3 port from 8009 to 18009.
      b. Change AJP 1.3 redirectPort from 8443 to 18443.
      c. Change HTTP/1.1 redirectPort from 8443 to 18443.

      >> Edit <JBOSS-3.2.5_HOME>/server/default/deploy/jms/uil2-service.xml
      a. Change ServerBindPort from 8093 to 18093.

      Now after making sure both applications are up & running fine without any errors in respective server.log file.

      I have done similar configurations on CUSTOMER BOX and started the 2nd JBoss application server (jboss-3.2.5), it came up without any ERROR's (in server.log) but I am unable to access
      http://hostname:8080 or
      http://hostname:8080/jmx-console
      It always says "The page cannot be displayed......"

      I have tried this exercise on both WINDOWS & SUN SOLARIES boxes on our lab systems successfully with out any issues before applying on customer box. But I am not able to on CUSTOMER BOX.

      Please can anyone let me know any possible reasons why I am not able access only on customer box?

      Thanks
      Vallamkondu