Re: Supporting Large Number of Web Application Instances

2008-11-19 Thread John Shilling
I am looking at having to support tens or even hundres of instances of our web application in an ASP Model. We use Tomcat as our application server and it seems to me that three possibilities as a base model for each physical server 1. Have a single Tomcat instance per server with multiple

Re: Supporting Large Number of Web Application Instances

2008-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Shilling wrote: Do people really do option #1 in a production environment? Sure. I can figure out how to set up realms for initialization parameters but it is still a single class namespace within the Tomcat container, right? Not

Re: Supporting Large Number of Web Application Instances

2008-11-19 Thread David Wall
John Shilling wrote: I am looking at having to support tens or even hundres of instances of our web application in an ASP Model. We basically do this now using a single Tomcat instance with multiple webapps (https://host.com/App1/, https//host.com/App2/ etc) and don't use virtual