forked from Lainports/freebsd-ports
Also, for all wildfly ports: - Remove stray .orig files from plist. - Fix rc.conf settings in pkg-message files; use pkg-message.in everywhere. - Add @dir entries to fix directory permissions. - Make configuration writable by user www (fix startup errors). PR: 200092 Submitted by: olgeni Approved by: maintainer
15 lines
331 B
Text
15 lines
331 B
Text
To make WildFly bind to all interfaces add this to rc.conf:
|
|
|
|
wildfly80_args="-Djboss.bind.address=0.0.0.0"
|
|
|
|
See
|
|
|
|
https://community.jboss.org/wiki/JBossProperties
|
|
|
|
for additional startup properties.
|
|
|
|
To change JVM args, edit appropriate standalone.conf.
|
|
|
|
To add the initial admin user:
|
|
|
|
%%LOCALBASE%%/wildfly-8.0.0/bin/add-user.sh
|