1 Reply Latest reply on Aug 31, 2016 10:28 AM by mbabacek

    Server.xml or Port detail required in JBOSS 7.1.1

    rakeshnegi2009

      Hi  Guys,

       

      I am new to JBOSS community and JBOSS.

      Could anyone please share which file we need to check for port details .The info which i have is server.xml was used for port configuration but in 7.1.1 release no such file is present.

        • 1. Re: Server.xml or Port detail required in JBOSS 7.1.1
          mbabacek

          Hi Rakesh,

           

          I'm not sure I understand the question correctly, but you might want to take a look into standalone/configuration/standalone-ha.xml,

          and at the very bottom, there are socket bindings, port offset, interfaces and other network related elements and attributes.

          You pick the configuration with -c option on startup: e.g. ./standalone.sh -c standalone-ha.xml.

           

          BTW: Have you considered moving to Wildfly, the JBoss AS 7's successor? If you are migrating from Tomcat, I strongly suggest you start your journey with Wildfly:

          Downloads · WildFly  which is effectively JBoss AS 10+, whereas you are asking about JBoss AS 7....

           

          Cheers

          -K-