1 Reply Latest reply on Dec 22, 2003 2:35 AM by jonlee

    JBoss Starting Trouble

    gudikal

      I want to learn JBoss. So I downloaded JBoss 3.2.3 from this website and installed under directory c:\jboss-3.2.3
      When I type http://localhost:8080/jmx-console, I dont see any console for JBoss

      In my Windows XP, I have already Tomcat 4.0.3 running. Is it a problem
      Please Help me

      Thanks
      SubbaRao

        • 1. Re: JBoss Starting Trouble
          jonlee

          JBoss already has an embedded Tomcat service and it's console applications are served through this. Having a running instance of Tomcat will prevent the JBoss Tomcat instance from starting. You should disable your standalone Tomcat version.

          Alternatively, you can move the JBoss Tomcat connectors to other ports. You do that by editing the JBOSS_HOME/default/server/default/jbossweb-tomcat41.sar/META-INF/jboss-service.xml file - it is similar to the server.xml file for Tomcat, with regard to connector configuration.