WildFly Startup Wrapper EAP 7.0

From NovaOrdis Knowledge Base
Revision as of 23:21, 13 March 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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
[ ! -d ${JBOSS_HOME}/domain/log ] && { mkdir -p ${JBOSS_HOME}/domain/log; chown ${JBOSS_USER} ${JBOSS_HOME}/domain/log; chmod a+rx ${JBOSS_HOME}/domain/log; }
JBOSS_MODE=domain