2 Replies Latest reply on Feb 28, 2003 4:17 PM by kylev

    ???after changing the port,shutdown.bat can not work

    ytgreenfly

      I run two instances of jboss-3.0.4_tomcat-4.0.6 on the same machine. one runs on port 8080, another runs on port 8081. but when I use shutdown.bat, It always go to shutdown the jboss runing on 8080.

      I config the two jboss instances through these steps below. I wonder if there are something wrong or something missing. help me!!!!!!


      File server\default\conf\jboss-minimal.xml:
      Change the JNI port (from 1099 to 1100):

      1100


      File server\default\conf\jboss-service.xml:
      Change the JNI port (from 1099 to 1100):

      1100


      Change the WebServer port (from 8083 to 8084):

      8084
      [...]


      Change the RMI/JRMP port (from 4444 to 4445):

      4445
      [...]


      Change the JMXInvokerServlet port (from 4444 to 4445):

      invokerServletPath=http://localhost:8081/invoker/JMXInvokerServlet


      File server\default\deploy\nsqldb-service.xml:
      Change the Hypersonic port (from 1476to 1477):

      1477
      true
      default
      false


      File server\default\deploy\jbossmq-service.xml:
      Change the OILServerILService port (from 8090 to 8092):

      [...]
      8092
      60000
      true


      Change the UILServerILService port (from 8091 to 8093):

      [...]
      8093
      60000
      true


      File server\default\deploy\tomcat4-service.xml:
      Change the Connector port in (from 8080 to 8081):