You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by William Bondy <WB...@Novarra.com> on 2003/10/15 16:23:46 UTC

Setting JVM options for Servlet

I have a servlet application that requires tuning of JVM command line
operations to have decent performace. I need to tune things like the heap
size and garbage collection parameters. How do I do this, do I have to
change Tomcat startup files? Or is there a way to have contexts run in their
own jvm and use per context/jvm command line options?
 
 Thanks,
    Bill.