1 Reply Latest reply on Aug 3, 2005 4:43 PM by darranl

    JBoss HTTP Ports are the same as Sun APP Server

    claudia.pt

      Hi, people!
      I installed JDK5.0 (J2EE 1.4 SDK and Sun Java System Application Server Platform Edition 8.1 2005Q2 UR2 June 6, 2005) and the ports are:
      Admin Port:4848
      HTTP Port:8080
      HTTPS Port:8181

      Everything OK!
      I installed JBoss-4.0.2 and the ports are the same!!!
      Now i can verify if the server is running at the URL http://localhost:8080 neither log in in to the admin console at http://localhost:4848/asadmin
      In the URL http://localhost:8080 i have the JBoss welcome page!
      What should i do?

      Thanks,
      Claudia

        • 1. Re: JBoss HTTP Ports are the same as Sun APP Server
          darranl

          Firstly do you really have a need to have both application servers installed? The easiest option would be to just remove the Sun application server and work with the JBoss application server.

          If you do really want to run two app servers one option is to configure JBoss to use a different port for the web container.

          In the file {jboss.hom}/server/default/deploy/jbossweb-tomcat55.sar/server.xml search for the port 8080 and replace it with another port not used on your system.