On 12/6/06, Ismael Milach da Silveira <ismael@xxxxxxxxxxxxxxxx> wrote:
Guys, I'm having a problem trying to run both apache and tomcat at the same port. I'm able to run both of them when using different ports, but at the same port apache simply won't run at all. can you please point me to some paper or something explaining how to do it? apache2 tomcat 5.5 Fedora Core 6 kernel 2.6.18
You can't have two processes listening on the same IP address and port. How would you decide who handles what request? In many cases, apache httpd is placed on port 80 and tomcat is placed on a higher port with httpd forwarding to tomcat either using HTTP or AJP. In apache httpd 2.2 you can look at mod_proxy_ajp and mod_proxy_http as possible connectors. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx