On Thu, May 20, 2004 at 11:56:00AM +0200, Wojciech Sobczuk wrote: : I'm running a production server currently with Tomcat 5.0.19 (should I : upgrade?) serving 200-300 thousand hits per day (and increasing). I'm : curious what kind of configurations you are using (server.xml, web.xml, : JVM parameters) for your production deployments. And what should be : changed in my configuration in order to make it more robust/stable/etc.
Load-test, profile, tune accordingly. For the JSP servlet: : <init-param> : <param-name>fork</param-name> : <param-value>true</param-value> You don't need this if you precompile. : and JVM parameters: : -Xincgc -Xmx256m -server Similar questions get asked twice a week, especially the "JVM parameters" one. Please search the archives. Yesterday there was a message explaining exactly why no one can help you with the JVM params. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
