Here is what I use in tomcat.sh :-)

...

if [ "$DISPLAY" = "" ] ; then
        export DISPLAY=":1.0"
        /usr/bin/X11/Xvfb :1 -screen 0 1x1x24 -fn fixed -fc fixed -fp
"/usr/lib/X11/fonts/misc:/usr/lib/X11/fonts/100dpi" &
fi

export TOMCAT_OPTS="-Xmx128M -Xms128M"

....

Hope it will help ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to