[EMAIL PROTECTED] Apache2 + tomcat + FC6

2006-12-06 Thread Ismael Milach da Silveira
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

RE: [EMAIL PROTECTED] Apache2 + tomcat + FC6

2006-12-06 Thread Levy, Alan
test From: Ismael Milach da Silveira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 12:12 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache2 + tomcat + FC6 Guys, I'm having a problem trying to run both apache and tomcat

Re: [EMAIL PROTECTED] Apache2 + tomcat + FC6

2006-12-06 Thread Joshua Slive
On 12/6/06, Ismael Milach da Silveira [EMAIL PROTECTED] 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

Re: [EMAIL PROTECTED] Apache2 + tomcat + FC6

2006-12-06 Thread Ismael Milach da Silveira
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. Thanks, what I mean is, how to get apache