Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp

2006-05-20 Thread Tabu Isiaka
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 19, 2006 5:52 AM Subject: Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp PROXY_AJP_.CONF *** ProxyPass /contact/*.jsp ajp://localhost:8080/contact

Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp

2006-05-19 Thread Warren Pace
PROXY_AJP_.CONF *** ProxyPass /contact/*.jsp ajp://localhost:8080/contact/ ProxyPassReverse /contact/*.jsp ajp://localhost:8080/contact/ Use port 8009 (the ajp connector uses 8009) instead of 8080 Add a line in your HTTPD.conf to include

Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp

2006-05-17 Thread Tabu Isiaka
Hi, I'm trying to connect Apache2.2 with Tomcat5 by using mod_proxy_ajp. each time I'm trying to access a jsp page (ex www.abc.com/def/index.jsp) I receive the following page (with directives): %@ page language=java pageEncoding=UTF-8% %@ page import=java.util.Locale% %@ taglib

Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp

2006-05-17 Thread Bill Barker
Tabu Isiaka [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm trying to connect Apache2.2 with Tomcat5 by using mod_proxy_ajp. each time I'm trying to access a jsp page (ex www.abc.com/def/index.jsp) I receive the following page (with directives): %@ page language=java