WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 231119 Submitted by: Simeo Reig <reig.simeo@gmail.com>
15 lines
324 B
Text
15 lines
324 B
Text
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
|