RE: TC 5.5 practical limit on number of webapps it can support

2005-10-30 Thread George Sexton
5 7:29 PM > To: Tomcat Users List > Subject: Re: TC 5.5 practical limit on number of webapps it > can support > > What level of hardware are you running, and what OS? > > Dave > > > George Sexton wrote: > > >I'm running around 65 virtual hosts with one

Re: TC 5.5 practical limit on number of webapps it can support

2005-10-30 Thread David Wall
Tom Burke wrote: George Is this the same application 65 times over, one per virtual host? Or 65 different applications? Tom Burke This is a good question, if it matters architecturally within TC. In our scenario, we will have a single host (perhaps more, but the initial idea is to use

Re: TC 5.5 practical limit on number of webapps it can support

2005-10-30 Thread Tom Burke
Subject: RE: TC 5.5 practical limit on number of webapps it can support I'm running around 65 virtual hosts with one webapp per virtual host. I'm not having any problems. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 --

Re: TC 5.5 practical limit on number of webapps it can support

2005-10-29 Thread David Kerber
What level of hardware are you running, and what OS? Dave George Sexton wrote: I'm running around 65 virtual hosts with one webapp per virtual host. I'm not having any problems. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- F

RE: TC 5.5 practical limit on number of webapps it can support

2005-10-29 Thread George Sexton
I'm running around 65 virtual hosts with one webapp per virtual host. I'm not having any problems. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: David Wall [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 29, 2005 11:41

Re: TC 5.5 practical limit on number of webapps it can support

2005-10-29 Thread David Wall
There are known problems with deploying the same application several times. Tomcat is unable to unload webapp's classloader completely. For example, it takes only ten deploys of our struts+hibernate webapp to take Tomcat down. On the other hand, the same webapp can run even days without affec

Re: TC 5.5 practical limit on number of webapps it can support

2005-10-29 Thread Mikolaj Rydzewski
On Sat, 29 Oct 2005, David Wall wrote: > Is there any practical limit to the number of webapps I can run in a > single instance of TC 5.5? We would like to use TC 5.5 to support a > large number of custom web apps developed for others who then want us to > also host that web app (some will hos