add system property for headless operation

This commit is contained in:
erik 2008-12-08 01:01:14 +00:00
parent c90294003e
commit 7887e5df6b

View file

@ -64,6 +64,7 @@
<!-- define the servers in the cluster --> <!-- define the servers in the cluster -->
<server id="" address="127.0.0.1" port="5079"> <server id="" address="127.0.0.1" port="5079">
<watchdog-port>5078</watchdog-port> <watchdog-port>5078</watchdog-port>
<jvm-arg>-Djava.awt.headless=true</jvm-arg>
</server> </server>
<!-- includes the web-app-default for default web-app behavior --> <!-- includes the web-app-default for default web-app behavior -->