> From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] > Subject: AW: Deploying On Production Server > > You will need to make use of the mod_jk (The Apache Tomcat > Connector) at http://tomcat.apache.org/connectors-doc/
Don't be silly - adding another major component just to run on port 80 is massive overkill. As Serge F noted, change the port for the HTTP <Connector> in conf/server.xml from 8080 to 80. If running on a Linux box, you'll need to start Tomcat using jsvc to avoid having to run as root. Alternatively, you can use iptables to reroute port 80 to 8080, and not change Tomcat's config. If running on Windows, there are no restrictions on port use. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]