PDA

View Full Version : Install LPS on FreeBSD


inertia
01-31-2004, 07:31 AM
If you've managed to install Tomcat on FreeBSD, and you're itching to try to serve Laszlo content on it, make sure you add the following to the Tomcat startup script.

CATALINA_OPTS="-Djava.awt.headless=true"
export CATALINA_OPTS
JAVA_OPTS=$CATALINA_OPTS
export JAVA_OPTS

One way to do this is to modify the catalina.sh script.

Without this option, you might get an error about not being able to attach to the X Window session.


Anthony