Monday, August 07, 2006

Testing Journler

ADVANCED USAGE

If you need to pass special options to Java, please set the resin3_flags option
in /etc/rc.conf, see examples below:

# Prevent Java from opening an X11 display

resin3_flags="-Djava.awt.headless=true"

# Increase memory limit of the Java virtual machine

resin3_flags="-Xms32m -Xmx256m"

# Run Java with remote debugging turned on on port 8000

resin3_flags="-Xdebug -Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"

No comments: