Difference between revisions of "LONGJUMP HOME"
From LongJump Support Wiki
imported>Aeric m (Text replace - 'Category:System Administration' to 'Category:Installation') |
imported>Aeric |
||
Line 6: | Line 6: | ||
#:<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={platform_installation}/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> |
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 longjump_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