LONGJUMP_HOME
From LongJump Support Wiki
Revision as of 18:48, 3 May 2011 by imported>Aeric (Text replace - 'Category:System Administration' to 'Category:Installation')
- 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=longjump_installation/tomcat/conf/RN
- "Source" the script to make it part of your environment (or re-login):
- # source /etc/profile