WildFly Startup Wrapper EAP 7.0: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Customize WildFly StartupWrapper =Overview=")
 
No edit summary
Line 4: Line 4:


=Overview=
=Overview=
Add at the top of the file:
<pre>
JBOSS_HOME=/opt/jboss/
JBOSS_USER=eap
JBOSS_CONSOLE_LOG=${JBOSS_HOME}/domain/log/console.log
JBOSS_MODE=domain
</pre>

Revision as of 23:14, 13 March 2017

Internal

Overview

Add at the top of the file:


JBOSS_HOME=/opt/jboss/
JBOSS_USER=eap
JBOSS_CONSOLE_LOG=${JBOSS_HOME}/domain/log/console.log
JBOSS_MODE=domain