Re: Parallel Tomcat Instances On Same Server

2019-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 2/23/19 10:52, Jerry Malcolm wrote: > Good point. This is a tactical solution only. Ultimately moving > to AWS. But for now, I'm not as worried about actual failures as I > am about the need to continue to do dev and test with new clien

Re: Parallel Tomcat Instances On Same Server

2019-02-23 Thread Jerry Malcolm
Good point.  This is a tactical solution only.  Ultimately moving to AWS.  But for now, I'm not as worried about actual failures as I am about the need to continue to do dev and test with new clients (i.e. bouncing TC) while still keeping production server untouched. On 2/22/2019 12:03 PM, Has

Re: AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Mark Thomas
up, each running separate JVM process. >>> >>> Johann >>> >>> >>> Von: Jerry Malcolm >>> Gesendet: Freitag, 22. Februar 2019 07:27 >>> An: users@tomcat.apache.org >>> Betreff: Parallel Tomcat Instances On Same Server >>>

Re: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Hassan Schroeder
On Thu, Feb 21, 2019 at 10:26 PM Jerry Malcolm wrote: > > I need a bit of brainstorming. I have a production Tomcat server that > hosts several web sites. A couple of these websites are > high-availability sensitive. So why are you running on a single-box architecture? Seems like the first thin

Re: AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread John Dale
NA_BASE setup, each running separate JVM process. >> >> Johann >> >> >> Von: Jerry Malcolm >> Gesendet: Freitag, 22. Februar 2019 07:27 >> An: users@tomcat.apache.org >> Betreff: Parallel Tomcat Instances On Same Server >> >> I need a

Re: AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Jerry Malcolm
Von: Jerry Malcolm Gesendet: Freitag, 22. Februar 2019 07:27 An: users@tomcat.apache.org Betreff: Parallel Tomcat Instances On Same Server I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of these websites are high-availability sensitive.

AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread aon.913111623
, each running separate JVM process. Johann Von: Jerry Malcolm Gesendet: Freitag, 22. Februar 2019 07:27 An: users@tomcat.apache.org Betreff: Parallel Tomcat Instances On Same Server I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of

AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread aon.913111623
, each running separate JVM process. Johann Von: Jerry Malcolm Gesendet: Freitag, 22. Februar 2019 07:27 An: users@tomcat.apache.org Betreff: Parallel Tomcat Instances On Same Server I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of

Re: Parallel Tomcat Instances On Same Server

2019-02-21 Thread TurboChargedDad .
The way I have done it in the past is to separate each tomcat instance by a local user on the machine. I use linux so I have no idea if this would work on windoze. This was done to separate powers and isolate permissions. I am actually looking for critique of this setup as well. So please feel

Parallel Tomcat Instances On Same Server

2019-02-21 Thread Jerry Malcolm
I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of these websites are high-availability sensitive.  Any downtime will cost the customer.  So obviously I want to minimize downtime.  On the other hand, I am always adding/removing/testing o