LONGJUMP_HOME
From LongJump Support Wiki
Revision as of 18:27, 7 June 2011 by imported>Aeric (Text replace - '{platform_installation}' to '<i>{platform_installation}</i>')
- 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