LONGJUMP_HOME

From LongJump Support Wiki
  1. 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
  2. If the path is not already set, edit /etc/profile using the "vi" editor:
    # vi /etc/profile
  3. Add the following line to the file and save (#wq or #ZZ)
    export LONGJUMP_HOME={install_dir}/tomcat/conf/RN
  4. "Source" the script to make it part of your environment (or re-login):
    # source /etc/profile