Difference between revisions of "LONGJUMP HOME"

From LongJump Support Wiki
imported>Aeric
m (Text replace - 'Category:System Administration' to 'Category:Installation')
 
imported>Aeric
m (Text replace - '{platform_installation}' to '{install_dir}')
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
#See if the <tt>LONGJUMP_HOME</tt> variable has already been set by executing the following command:
#See if the <tt>LONGJUMP_HOME</tt> variable has already been set by executing the following command:
#:<tt># echo $LONGJUMP_HOME</tt>
#:<tt># echo $LONGJUMP_HOME</tt>
#:The path is set if you see <tt>longjump_installation/tomcat/conf/RN</tt>
#:The path is set if you see <tt><i>{install_dir}</i>/tomcat/conf/RN</tt>
#If the path is not already set, edit <tt>/etc/profile</tt> using the <tt>"vi"</tt> editor:
#If the path is not already set, edit <tt>/etc/profile</tt> using the <tt>"vi"</tt> editor:
#:<tt># vi /etc/profile</tt>
#:<tt># vi /etc/profile</tt>
#Add the following line to the file and save <tt>(#wq or #ZZ)</tt>
#Add the following line to the file and save <tt>(#wq or #ZZ)</tt>
#:<tt>export LONGJUMP_HOME=longjump_installation/tomcat/conf/RN</tt>
#:<tt>export LONGJUMP_HOME=<i>{install_dir}</i>/tomcat/conf/RN</tt>
#"Source" the script to make it part of your environment (or re-login):
#"Source" the script to make it part of your environment (or re-login):
#:<tt># source /etc/profile</tt>
#:<tt># source /etc/profile</tt>

Latest revision as of 00:08, 23 June 2011

  1. See if the LONGJUMP_HOME variable has already been set by executing the following command:
    # echo $LONGJUMP_HOME
    The path is set if you see {install_dir}/tomcat/conf/RN
  2. If the path is not already set, edit /etc/profile using the "vi" editor:
    # vi /etc/profile
  3. Add the following line to the file and save (#wq or #ZZ)
    export LONGJUMP_HOME={install_dir}/tomcat/conf/RN
  4. "Source" the script to make it part of your environment (or re-login):
    # source /etc/profile