Difference between revisions of "LONGJUMP HOME"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric m (Text replace - '{platform_installation}' to '{install_dir}') |
||
(One intermediate revision 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>{ | #: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={ | #:<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
- 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
- If the path is not already set, edit /etc/profile using the "vi" editor:
- # vi /etc/profile
- Add the following line to the file and save (#wq or #ZZ)
- export LONGJUMP_HOME={install_dir}/tomcat/conf/RN
- "Source" the script to make it part of your environment (or re-login):
- # source /etc/profile