View Full Version : tomcat + apache, how to get 80 for tomcat?
dotku
September 27th, 2007, 06:00 AM
how can tomcat get 80 port without shutdown apache?
jpeddicord
September 28th, 2007, 08:22 AM
No two servers can share a port. If you want Tomcat to use port 80, you will need to change Apache to use another port. The file you will need to edit is /etc/apache2/ports.conf. Restart apache [1] to apply the ports and 80 should open up again.
ato
September 28th, 2007, 12:07 PM
You can use mod_jk
HermanAB
September 28th, 2007, 02:29 PM
There is an explanation on mod_jk2 connector in this guide:
http://www.aeronetworks.ca/tomcat-howto.html
Cheers,
Herman
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.