38.6 WildFly Application Server
WildFly Overview
Installing the WildFly Application Server
# pkg install wildfly# cd /usr/ports/java/wildfly/
# make install clean# pkg info -D wildflyFile Structure
/
├── usr
│ └── local
│ └── wildfly
│ ├── bin
│ │ └── add-user.sh # WildFly user addition script
│ ├── standalone
│ │ └── configuration
│ │ ├── mgmt-users.properties # Standalone mode management user configuration
│ │ └── mgmt-groups.properties # Standalone mode management group configuration
│ └── domain
│ └── configuration
│ ├── mgmt-users.properties # Domain mode management user configuration
│ └── mgmt-groups.properties # Domain mode management group configuration
└── var
└── log
└── wildfly
├── error # WildFly error log
└── log # WildFly general logConfiguring the WildFly Application Server
Service Startup Configuration
Service Startup and Verification



Troubleshooting and Unfinished Items
References
Last updated