mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
d075dd2f5e
PR: 212052 Submitted by: olgeni
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
To make WildFly bind to all interfaces add this to rc.conf:
|
|
|
|
%%APP_SHORTNAME%%_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:
|
|
|
|
%%APP_HOME%%/bin/add-user.sh
|