Re: T 3.2.1 - Single JVM? - How, with workers?

2002-11-12 Thread Andoni
How do I do this? Do I use separate Workers? Thanks, Andoni. - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 10:35 AM Subject: RE: T 3.2.1 - Single JVM? Y

Re: T 3.2.1 - Single JVM?

2002-11-12 Thread Jon Eaves
times. Cheers, -- jon Ralph Einfeldt wrote: You don't have to install 3 JRE's. You can use several instances of the same JRE. >-Original Message- >From: Andoni [mailto:andoni@;indigo.ie] >Sent: Tuesday, November 12, 2002 11:21 AM >To: Tomcat Users List >Subject:

RE: T 3.2.1 - Single JVM?

2002-11-12 Thread Ralph Einfeldt
You don't have to install 3 JRE's. You can use several instances of the same JRE. > -Original Message- > From: Andoni [mailto:andoni@;indigo.ie] > Sent: Tuesday, November 12, 2002 11:21 AM > To: Tomcat Users List > Subject: T 3.2.1 - Single JVM? > > I

T 3.2.1 - Single JVM?

2002-11-12 Thread Andoni
The following is in the Tomcat Users Guide for tomcat 3.2 http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html "The need for improved virtual host support Having each virtual host implemented by a different JVM is a huge scalability problem. The next versions of Tomcat will make

Single JVM

2000-12-15 Thread Shailaja Someshwar
Hello I would like to give servlet and jsp support for Apache Virtual Hosts. Tomcat 3.2 does support virtual hosts but by running separate instances of tomcat and multiple JVM's. Is it possible to configure tomcat to support virtual hosts to run under a single JVM just like Jserv does it.