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 Subject: Re: HTTPD with Tomcat Aye, Marc, I saw that. I'm not using proxy_balance, and the server.xml file you posted

Re: Re: HTTPD with Tomcat

2006-06-08 Thread Warren Pace
> > From: [EMAIL PROTECTED] > Date: 2006/06/08 Thu PM 06:41:54 EDT > To: Tomcat Users List > Subject: Re: HTTPD with Tomcat > > 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

Re: HTTPD with Tomcat

2006-06-08 Thread bleak
gineer - Information Access Services HARRIS Corporation / GCSD (321) 984-6292 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 4:45 PM To: Tomcat Users List Subject: Re: HTTPD with Tomcat you can also make your own life very easy,

Re: HTTPD with Tomcat

2006-06-08 Thread Marc Bächinger
backs of each? > >> > >> Thanks, > >> > >> Brad Mann > >> Software Engineer - Information Access Services > >> HARRIS Corporation / GCSD > >> (321) 984-6292 > >> > >> -Original Message- > >> From: Filip Hani

Re: Re: HTTPD with Tomcat

2006-06-08 Thread Warren Pace
[EMAIL PROTECTED] > Date: 2006/06/07 Wed PM 10:36:09 EDT > To: Tomcat Users List > Subject: Re: HTTPD with Tomcat > > 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, tomca

Re: HTTPD with Tomcat

2006-06-07 Thread Bill Barker
The auto-config Listener has always been somewhat problematic, especially with TC 4.x. At the very least, you need to include in httpd.conf: Include /path/to/catalina/home/conf/auto/mod_jk.conf I don't believe that the Listener really does all that much under the tag. Even in TC 5.5.x, you

Re: HTTPD with Tomcat

2006-06-07 Thread Bill Barker
of each? >>> >>> Thanks, >>> >>> Brad Mann >>> Software Engineer - Information Access Services >>> HARRIS Corporation / GCSD >>> (321) 984-6292 >>> >>> -Original Message- >>> From: Filip Hanik - Dev Lists

Re: HTTPD with Tomcat

2006-06-07 Thread bleak
, Brad Mann Software Engineer - Information Access Services HARRIS Corporation / GCSD (321) 984-6292 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 4:45 PM To: Tomcat Users List Subject: Re: HTTPD with Tomcat you can also make your own l

Re: HTTPD with Tomcat

2006-06-07 Thread Filip Hanik - Dev Lists
orporation / GCSD (321) 984-6292 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 4:45 PM To: Tomcat Users List Subject: Re: HTTPD with Tomcat you can also make your own life very easy, by switching to mod_proxy, and voila, everyt

RE: HTTPD with Tomcat

2006-06-07 Thread Mann, Bradley
] Sent: Wednesday, June 07, 2006 4:45 PM To: Tomcat Users List Subject: Re: HTTPD with Tomcat you can also make your own life very easy, by switching to mod_proxy, and voila, everything works :) Filip Mann, Bradley wrote: > Hello, > > I am attempting to setup a scenario in which Tomcat i

Re: HTTPD with Tomcat

2006-06-07 Thread Filip Hanik - Dev Lists
you can also make your own life very easy, by switching to mod_proxy, and voila, everything works :) Filip Mann, Bradley wrote: Hello, I am attempting to setup a scenario in which Tomcat is hosting a web application behind HTTPD using the Jakarta Connector. I have installed the following on