RE: Multihosting in tomcat

2004-05-11 Thread k e
I too have questions concerning multihosting with Tomcat. Yoav has mentioned a few times about not needing a connector to IIS or Apache. What I wonder is whether or not the Tomcat Standalone method would work in a situation where you have 20+ instances (Windows Services/JVMs) running on one in

RE: Multihosting in tomcat

2004-05-12 Thread Shapira, Yoav
Hi, >There does not seem to be any documentation for Tomcat in a multihosting >environment. The main things which are lacking are the results of setting >certain parameters too high or too low. I've also mentioned MANY MANY MANY times why such documentation can be worse than useless, and actual

RE: Multihosting in tomcat

2004-05-11 Thread Shapira, Yoav
Hi, Good luck ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michal Kwiatek [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 11, 2004 3:42 AM >To: [EMAIL PROTECTED] >Subject: Multihosting in tomcat > >Hello all! > >I have to set up a multihosting service based o

RE: Multihosting in tomcat

2004-05-11 Thread Michal Kwiatek
To add another point to my earlier post: I'm not concerned with malicious code like "System.exit(1)" because a custom SecurityManager will take care of that. What worries me is the abuse of resources causing the server to go low on resources and crash. Perhaps installing a separate Tomcat instance

RE: Multihosting in tomcat

2004-05-11 Thread Benjamin Armintor
May 11, 2004 9:21 AM To: Tomcat Users List Subject: RE: Multihosting in tomcat To add another point to my earlier post: I'm not concerned with malicious code like "System.exit(1)" because a custom SecurityManager will take care of that. What worries me is the abuse of resources causing the

RE: Multihosting in tomcat

2004-05-11 Thread Shapira, Yoav
Hi, >To add another point to my earlier post: I'm not concerned with >malicious code like "System.exit(1)" because a custom SecurityManager >will take care of that. What worries me is the abuse of resources >causing the server to go low on resources and crash. Perhaps installing >a separate Tomca

RE: Multihosting in tomcat

2004-05-11 Thread Shapira, Yoav
;Sent: Tuesday, May 11, 2004 10:32 AM >To: Tomcat Users List >Subject: RE: Multihosting in tomcat > >Michal- > We're in exactly the same situation (running 4.1.x), and our solution >is to isolate the most critical application(s) in their own jvm (and >tomcat instance). B