Difference between revisions of "LONGJUMP HOME"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
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>{platform_installation}/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> |
Revision as of 17:51, 7 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 {platform_installation}/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={platform_installation}/tomcat/conf/RN
- "Source" the script to make it part of your environment (or re-login):
- # source /etc/profile