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: Asking Again: What's the "xmlValidation" Attribute for?

2005-10-29 Thread Bob Hall
Bob, Here's a site that shoule shed some light on your xml validation question: HTH, Bob --- Bob Bronson <[EMAIL PROTECTED]> wrote: > I'm using TC 5.5.12. > > Please look at this snippet from the server.xml that > is distributed > with TC: >

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

Re: static server implementation?

2005-10-29 Thread Maurice Yarrow
Hello David Thanks for these links, and the tip. So, comparing the responses to my questions about caching, and comparing my own experiences from testing at home, and testing from external sites, I had begun to find a great deal of inconsistency in how IE6 caches. This is true even when all rel

TC 5.5 practical limit on number of webapps it can support

2005-10-29 Thread David Wall
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 host themselves, but most are small enough that th

how to prevent an application to automatic startup

2005-10-29 Thread tsesman
Hi list. First of all sorry about my english. Is there any way to prevent an application to automaticaly startup when tomcat starts, without undeploy it e.g. /servlets-examples Thanks for any help

Re: static server implementation?

2005-10-29 Thread David Rees
On 10/27/05, Maurice Yarrow <[EMAIL PROTECTED]> wrote: > (For Internet Explorer:) > Do you happen to know which are the "right headers" to set, > especially for images ?? If not, maybe you could point me > to a good source of info for caching rules for IE. Use these links for further reading: ht

Problem with SSL and Tomcat and Mozilla/Firefox

2005-10-29 Thread Maceno, Shawn
Hi everyone, We're having a problem making SSL connections to our Tomcat server using Mozilla. We're receiving an error message from the browser that says (sitename) has received an incorrect or unexpected message. Error code: -12229. From mozilla.org, this is what the error means: SSL_ERROR

Getting Tomcat to run under Linux as a service?

2005-10-29 Thread Preston Crawford
I'm using CentOS 4.2. A rebuild of RHEL version 4 release 2. I'm trying to get Tomcat 5.0xx running as a service. I've found a couple different ways to do it. One using jsvc, but I can't quite get that one right. One involving creating an init.d script and installing it with chckconfig, but that sc

Re: outputstream.flush() hangs at 32K

2005-10-29 Thread Daniel
Wrap it in a BufferedOutputStream - Original Message - From: "Daniel" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, October 27, 2005 5:03 PM Subject: outputstream.flush() hangs at 32K I have a servlet on TC 5.5.9 that services a page with applet content that will reguir

Re: FileLogger setting in server.xml?

2005-10-29 Thread Satish Talim
I have been thro' this document - do I have to use a Context, Logger, Valve tag to set it up. If yes, how? Some code would help. Thanks. If I have to use Commons Logging, then again an example would help. On 10/29/05, andy gordon <[EMAIL PROTECTED]> wrote: > > http://tomcat.apache.org/tomcat-5.0-d

Re: FileLogger setting in server.xml?

2005-10-29 Thread andy gordon
http://tomcat.apache.org/tomcat-5.0-doc/config/logger.html Setting it up according to your requirements in 5.5 is easy as Tomcat has moved ahead and uses log4J. If yours is a new installation, any reason why you aren't using 5.5.x? Satish Talim <[EMAIL PROTECTED]> wrote: I am a newbie and my f