[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HTTPD vs Tomcat. What frontend is better for application
jfrederic.clere@jboss.com
do-not-reply at jboss.com
Fri Feb 16 02:39:20 EST 2007
Apache httpd with mod_proxy (or mod_proxy_ajp) allows you have a Frond-end to a cluster. mod_jk is the most used solution when you run a cluster of application server.
To configure Tomcat to run on port 80 you may use daemon http://jakarta.apache.org/commons/daemon/.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017461#4017461
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017461
More information about the jboss-user
mailing list