Re: HTTPD with Tomcat

2006-06-08 Thread bleak
Aye, Marc, I saw that. I'm not using proxy_balance, and the server.xml file you posted looks almost exactly like mine (the main difference being the port). Currently I'm defining the proxies for AJP in the httpd.conf file as: ProxyPass / ajp://localhost:8009/ ProxyPass /test

Re: HTTPD with Tomcat

2006-06-08 Thread bleak
This appears to be working. Much appreciated! Cheers, -- Steven Warren Pace wrote: From: [EMAIL PROTECTED] Date: 2006/06/08 Thu PM 06:41:54 EDT To: Tomcat Users List users@tomcat.apache.org Subject: Re: HTTPD with Tomcat Aye, Marc, I saw that. I'm not using proxy_balance, and the server.xml

Re: HTTPD with Tomcat

2006-06-07 Thread bleak
Filip, Do you happen to have any examples of your mod_proxy setup? I've been trying to get mod_proxy and mod_proxy_ajp working (apache 2.2.2, tomcat 5.5.17), and have been running into a wall. No matter what I've tried, tomcat always returns a requested resource not available error.

tomcat contexts for proxied content

2006-06-05 Thread bleak
I've got tomcat 5.5.17 and apache 2.2.2 installed and I'm trying to set up an AJP1.3 connector to proxy content from apache to tomcat. However, no matter what I've tried so far, tomcat always responds with a requested resource not available error. Following are the settings in server.xml:

Help using mod_proxy_ajp

2006-05-30 Thread bleak
I'm using apache 2.2.2, with mod_proxy_ajp, and tomcat 5.5.17. I'm trying to configure a set up that will allow me to proxy certain URLs like http://ironwire.net/tomcat/ to tomcat for processing. Here are the relevant sections of my current server.xml file, including the contexts I set up to