RE: mod_jk or mod_proxy_ajp - encryption benefits ?‏

2008-03-06 Thread James Ellis
I have done some goog'ling on IPSec and VPN and I have found three possibilities: 1) OpenSSH and Port Forwarding 2) OpenVPN 3) Stunnel (thanks little voice) What concerns me about all three options is error handling. If my OpenSSH or OpenVPN or Stunnel connection failed/timed out, the w

RE: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-03 Thread James Ellis
Mark, Do you think that little hollow voice can clarify how IPSec would solve this problem by giving an example of a software that I could implement to accomplish this?Thanks,Jim > Date: Mon, 3 Mar 2008 12:03:28 -0500> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: mod

RE: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread James Ellis
Inline: > To: users@tomcat.apache.org > From: [EMAIL PROTECTED] > Subject: Re: mod_jk or mod_proxy_ajp - encryption benefits? > Date: Sun, 2 Mar 2008 15:31:21 -0800 > > > "James Ellis" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >

RE: Unable to start Tomcat

2008-03-02 Thread James Ellis
Can you change the location from tomcat.exe to tomcat-home/bin/startup.bat or tomcat-home/bin/catalina.bat ? One of those two might do the trick... > Subject: Unable to start Tomcat > Date: Mon, 3 Mar 2008 04:24:49 +0530 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > > > Im workin

RE: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread James Ellis
Inline: > Date: Sun, 2 Mar 2008 18:16:24 +0100 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: mod_jk or mod_proxy_ajp - encryption benefits? > > James Ellis schrieb: > > I know that mod_jk is the battle tested connector between Apache and > &g

mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread James Ellis
I know that mod_jk is the battle tested connector between Apache and Tomcat, but as I understand it the SSL connection generally terminates at the Apache web server and the traffic between Apache and Tomcat (to the AJP connector) is unencrypted. Two questions: 1) Does mod_proxy_ajp provide fo

RE: Clustering In Production

2008-03-02 Thread James Ellis
t; > this means you have two tomcat instances on the same machine? > is this what you want? > > Filip > > James Ellis wrote: > > I am new to Tomcat 6 (upgrading from Tomcat 4) and I would love to benefit > > from the features of clustering. However, I am concerned abo

Clustering In Production

2008-03-01 Thread James Ellis
I am new to Tomcat 6 (upgrading from Tomcat 4) and I would love to benefit from the features of clustering. However, I am concerned about performance. Are people successfully using the clustering features of Tomcat 6 in production? If so, are your settings a lot different than mine:

RE: Tomcat and Apache mod_jk For Failover

2008-02-06 Thread James Ellis
thinking of Linux HA - although I have never used it so I'm hoping its not that difficult to setup/administer. > Date: Wed, 6 Feb 2008 22:33:39 +0100> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: Tomcat and Apache mod_jk For Failover> > > Hi Jam

Tomcat and Apache mod_jk For Failover

2008-02-06 Thread James Ellis
I am trying to set up a cluster of Tomcat servers where they replicate session btwn the tomcat servers. My questions are: 1) For failover, if I am using apache/mod_jk as a load balancer, will it automatically detect if one of the members in the cluster is down and not route requests to it?