ports/java/wildfly17/files/pkg-message.in
Kurt Jaeger 782432d80d New port: java/wildfly17
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 / Jakarta EE!

WWW: https://wildfly.org/

This is the first Wildfly with JAKARTA EE8 full support.

PR:		242962
Submitted by:	Simeo Reig <reig.simeo@gmail.com>
2019-12-30 18:28:24 +00:00

31 lines
797 B
Text

[
{ type: install
message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
See http://wildscribe.github.io/ for additional startup properties.
To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
Standard output and error are redirected to %%APP_SHORTNAME%%_log_stdout and %%APP_SHORTNAME%%_log_stderr respectively. This is very handy to detect startup errors but in production could be advisible to avoid it
because by default they are never rotated, to accomplish it add this to rc.conf
%%APP_SHORTNAME%%_log_stdout="/dev/null"
%%APP_SHORTNAME%%_log_stderr="/dev/null"
Ordinary logs are located at %%APP_HOME%%/standalone/log/server.log
EOM
}
]