LONGJUMP_HOME
From LongJump Support Wiki
- 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