JBoss Convenience Aliases

From NovaOrdis Knowledge Base
Revision as of 07:52, 8 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

alias jb='cd ${JBOSS_HOME}'
alias jbc='cd ${JBOSS_HOME}/standalone/configuration'
alias jbl='cd ${JBOSS_HOME}/standalone/log'


Note that ${JBOSS_HOME}/standalone/configuration and ${JBOSS_HOME}/standalone/log refer to the standard location of the configuration and log directories for a standalone deployment. The location will be adjusted in case of named standalone profiles, or in case of the domain deployment, but the "jbc" and "jbl" alias names remain consistent.