RE: Running single webapp across multiple hosts

2006-10-25 Thread Caldarale, Charles R
> From: Jeremy Nix [mailto:[EMAIL PROTECTED] > Subject: Re: Running single webapp across multiple hosts > > Only question is can I have 2 different connectors > (which validate against their own individual certs) > run off a single host with multiple aliases? I think so, bu

Re: Running single webapp across multiple hosts

2006-10-25 Thread Jeremy Nix
Simple concept that I didn't think about. Only question is can I have 2 different connectors (which validate against their own individual certs) run off a single host with multiple aliases? __ Jeremy Nix Senior Application Developer Southwest Financial Services, Ltd.

Re: Running single webapp across multiple hosts

2006-10-25 Thread Martin Gainty
Jeremy- From tomcat Context descriptors allow defining all aspects and configuration parameters of a Context, such as naming resources and session manager configuration. It should be noted that the docBase specified in the Context element can refer to either the .WAR or the directory so if y

RE: Running single webapp across multiple hosts

2006-10-25 Thread Caldarale, Charles R
> From: Jeremy Nix [mailto:[EMAIL PROTECTED] > Subject: Running single webapp across multiple hosts > > What I would like is to simplify this so that a single instance > of my webapp is running, but both connectors/hosts are using it. I don't think that's possible unless you employ a filter/valv