| Author |
jboss-service
|
Shashank Hiwarkar
Ranch Hand
Joined: Feb 17, 2002
Posts: 32
|
|
Hello Friends, I am having one query, can anyone help me out?? Look normally jboss (jboss 3.0.6+tomcat 4.1.18) starts at http://<host>:8080/.... This is suited for development environment. Now my production environment asks for port 80 and not 8080. How to configure JBoss to run at port 80. Which is the file I need to edit?? Thanks in anticipation.
|
Shashank Hiwarkar<br />SCJP, SCWCD
|
 |
andres solarte
Greenhorn
Joined: Apr 29, 2003
Posts: 2
|
|
Look at JBOSS_HOME/catalina/conf/server.xml and search for the tag, there you can configure the port where tomcat listening the http request <Connector className="org.apache.catalina.connector.http.HttpConnector" port="8080" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="60000" />
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: jboss-service
|
|
|