> From: Tomislav Petrović [mailto:t.petro...@inet.hr]
> Subject: Re: Webapp reloading issue and intermittent 404 errors
> 
> > Do you actually have an 'endorsed' directory in your Tomcat
> > installation?  What's in it if you do?
> 
> No I don't, this folder doesn't exist, will have to investigate 
> who put it in here.

Tomcat did, during the service installation.  Perfectly normal, but rarely 
useful.

> -XX:NewSize=16m
> -XX:MaxNewSize=16m

I would definitely remove both NewSize settings.  Not associated with the 
problem at hand, but probably detrimental to performance.  The JVM does a 
decent job of adjusting the NewSize value as needed for the current workload.

> Can you please point me in some doc documentation why it 
> isn't ok cause we had better experience with incgc than 
> default one on our load tests.

-Xincgc used to utilize the train GC model - which was a real dog and not 
capable of using multiple threads.  For current JVMs, -Xincgc triggers the 
concurrent (low pause) collector.  This will generally result in slightly less 
throughput, but much less stoppage time and somewhat less variation in response 
times.  If you're happy with it, leave it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to