mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
54229f9c2c
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: 194478 Submitted by: yerenkow@gmail.com
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
To make WildFly bind to all interfaces add this to rc.conf:
|
|
|
|
wildfly81_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:
|
|
|
|
${PREFIX}/wildfly-8.1.0/bin/add-user.sh
|