PDA

View Full Version : Configuration examples


Pate
15-01-2009, 22:07
As you can see in my previous thread, I have some performance errors.

Is there anyone willing to share some configuration examples for their tomcat servers? Just to get some pointers where to start. Currently running with small changes from the standard.

Interested in specs of machine and your CATALINA_OPTS + any tomcat confs you can share.

kjkoster
16-01-2009, 12:54
Dear Pate,

I run with (roughly) the following options:

-server (http://java-monitor.com/forum/showthread.php?t=18) -Djava.awt.headless=true (http://java-monitor.com/forum/showthread.php?t=3) -Xmx... -XX:MaxPermSize=... -Dcom.sun.management.jmxremote (http://java-monitor.com/forum/showthread.php?t=1)

For ... I substitute the correct values. :-) These depend so much on the application that posting them is pointless.

Kees Jan