0 Replies Latest reply on Aug 27, 2014 2:36 PM by stevecoh4

    HOWTO get domain model working in EAP 6.2 when Port 8080 is already in use?

    stevecoh4

      Realizing that my question posed here: Can't get domain model working in EAP 6.2 may have too much detail, let me try to pose the question more succinctly:

       

      Given:

      1) a fresh install of JBoss EAP 6.2

      2) port 8080 is already being used by another application (Tomcat)

       

      what changes to the domain configuration files (domain.xml, host.xml) would need to be made in order to get the stock setup working with the two servers?

       

      As I understand it, the server-group "main-server-group" is using the "full-sockets" socket-binding-group, which I have defined with

       

      <socket-binding-group name="full-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:100}>

       

      And yet, when I start the server, I see that "server-one" is attempting to listen on port 8080, not port 8180 as I understand the comments in the host.xml file to indicate should be the case.

       

      UPDATE: It seems as though if I want to have my first server answering on port 8180, I MUST add a 100 offset to it even if I also add an offset to its socket binding group.