add system property for headless operation
This commit is contained in:
parent
c90294003e
commit
7887e5df6b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue