mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
54b3ec00c2
PR: ports/188339 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Approved by: jadawin (mentor)
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
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:
|
|
|
|
/usr/local/wildfly-8.0.0/bin/add-user.sh
|