1 Reply Latest reply on Jun 21, 2005 4:20 AM by hgsdc

    disable built-in tomcat-cycote server

    zollen

      I have installed Jboss v4.0.2. I notice that jboss server invokes a built-in tomcat server and running in port 8080. Because I have an external tomcat server already running. Is it possible to disable the built-in tomcat server so that only the jboss server and the ajp connector start when I execute the startup script?

        • 1. Re: disable built-in tomcat-cycote server
          hgsdc

          Hi there

          Check out the "jbossweb-tomcat50.sar" folder in the deploy folder of your JBoss server.
          In there you will find a "server.xml" file.
          Open it and comment out the entry regarding the Coyote connectors one for 8080 and one for 8443 (SSL).

          Regards

          Henrik