1 Reply Latest reply on Apr 16, 2002 11:08 AM by lidija

    Changing from port 8080 to 80 with JBoss3.0.0beta/Tomcat4.0.

    anomaly

      I've looked through the old posts on the topic, but most of the configuration files that they refer to no longer exist. How do you change the HTTP port to 80 in the Tomcat embedded in the new beta?

        • 1. Re: Changing from port 8080 to 80 with JBoss3.0.0beta/Tomcat
          lidija

          I changed it in
          %JBOSS_TOMCAT_HOME%\server\default\deploy\tomcat4-service.xml

          from port="8080" to port="80"

          <Connector className "org.apache.catalina.connector.http.HttpConnector"
          port = "80" minProcessors = "3" maxProcessors = "10" enableLookups = "true"
          acceptCount = "10" debug = "0" connectionTimeout = "60000"/>

          and it worked