JBoss Convenience Aliases: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
<pre>
<pre>
alias jb='cd ${JBOSS_HOME}'
alias jb='cd ${JBOSS_HOME}'
alias jbb='cd ${JBOSS_HOME}/bin'
alias jbc='cd ${JBOSS_HOME}/standalone/configuration'
alias jbc='cd ${JBOSS_HOME}/standalone/configuration'
alias jbl='cd ${JBOSS_HOME}/standalone/log'
alias jbl='cd ${JBOSS_HOME}/standalone/log'
Line 12: Line 13:




Note that <tt>${JBOSS_HOME}/standalone/configuration</tt> and <tt>${JBOSS_HOME}/standalone/log</tt> 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.
Note that <tt>${JBOSS_HOME}/standalone/configuration</tt> and <tt>${JBOSS_HOME}/standalone/log</tt> 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", "jbl", "jbb" etc. alias names remain consistent.

Revision as of 08:01, 8 January 2016

Internal

Overview

alias jb='cd ${JBOSS_HOME}'
alias jbb='cd ${JBOSS_HOME}/bin'
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", "jbl", "jbb" etc. alias names remain consistent.