RE: Mutliuser setup

2002-12-06 Thread Turner, John
Agreed. :) We're OK with 10-15 clients and 2GB RAM per server for now. John -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:55 PM To: Tomcat Users List Subject: RE: Mutliuser setup On Thu, 5 Dec 2002, Turner

Re: Mutliuser setup

2002-12-06 Thread Martin Klebermaß
: Friday, December 06, 2002 2:58 PM Subject: RE: Mutliuser setup Agreed. :) We're OK with 10-15 clients and 2GB RAM per server for now. John -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:55 PM To: Tomcat Users List

Re: Mutliuser setup

2002-12-06 Thread Craig R. McClanahan
On Fri, 6 Dec 2002, Martin Klebermaß wrote: Date: Fri, 6 Dec 2002 15:12:36 +0100 From: Martin Klebermaß [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mutliuser setup Well its less the problem with running to much

RE: Mutliuser setup

2002-12-05 Thread Turner, John
Guescini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 5:21 PM To: Tomcat Users List Subject: RE: Mutliuser setup Thanks both to you and David Brown for the quick response ! : ) As this was my first posting to this mailing list, and since I don't have any experience

Re: Mutliuser setup

2002-12-05 Thread Martin Klebermaß
] Sent: Thursday, December 05, 2002 2:37 PM Subject: RE: Mutliuser setup There are two scenarios you have to consider: running one Tomcat with multiple Contexts, with each user having their own Context with appropriate permissions, and running multiple Tomcats with single (or multiple) Contexts

RE: Mutliuser setup

2002-12-05 Thread Turner, John
: Thursday, December 05, 2002 9:18 AM To: Tomcat Users List Subject: Re: Mutliuser setup As u run multiple instances of tomcat perhaps u can help me with my problem. Because u use for every user an own tomcat prozess, with an own config file, every process needs an extra shutdown Port, set

Re: Mutliuser setup

2002-12-05 Thread David Brown
Rolf Borgen Guescini writes: Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

RE: Mutliuser setup

2002-12-05 Thread Craig R. McClanahan
On Thu, 5 Dec 2002, Turner, John wrote: We've never investigated how to get away from needing the shutdown port. We're OK with two ports for each user/client. Given 10-15 clients per server, there are plenty of ports to go around 65K. If you're running a separate JVM for each client,

Mutliuser setup

2002-12-04 Thread Rolf Borgen Guescini
Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

Re: Mutliuser setup

2002-12-04 Thread David Brown
Rolf Borgen Guescini writes: Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

RE: Mutliuser setup

2002-12-04 Thread Jeremy Joslin
Start out by looking at #4 on the list here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt Jeremy -Original Message- From: Rolf Borgen Guescini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 8:13 AM To: [EMAIL PROTECTED] Subject: Mutliuser setup Does

RE: Mutliuser setup

2002-12-04 Thread Rolf Borgen Guescini
, December 04, 2002 8:13 AM To: [EMAIL PROTECTED] Subject: Mutliuser setup Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts