1 Reply Latest reply on Dec 3, 2008 5:38 PM by peterj

    Problem at port 1099

      Hello,

      I have to run my application in a JBoss server which runs in a machine. In the same machine there is another application which runs in other type of server (I am not allowed to modify the second application either the server which is a Jetty Web Server).
      My problem is that both servers were runnning on the same port 8080, so I changed Jboss to 8085. Jboss works in this port, and works fine when the other server is off, but when the other one is running there is a conflict on port 1099 (Address already in use: JVM Bind).
      I have been googling and I have seen that JBoss uses 1099 for JDI. Is there any way I can change this port to any other one?

      Thanks.