ISSUE: Your previous Tomcat installation didn't have a setenvoverride.sh script and the new version requires that
       all customizations be done in the setenvoverride.sh script instead of the setenv.sh script. The
       installation was completed using the new versions of the files from the downloaded software zip.  
       The server wasn't started. Now that the installation is completed, follow the steps below to verify that 
       any customer changes in the old {1}/setenv.sh file are transferred to the {2}/setenvoverride.sh file.

RESOLUTION:
       1. Verify that the directory from -Dflexagon.css.install.root=<directory> in the CATALINA_OPTS line of the
          {1}/setenv.sh file matches the directory specified by FD_APPLICATION_DIRECTORY variable in the
          {2}/setenvoverride.sh file.

          If not matching, the FD_APPLICATION_DIRECTORY variable in the setenvoverride.sh must be updated to the
          setenv.sh file value and the WORKING_DIRECTORY variable must also be updated in the saved cssinstaller_config.txt
          file for the next upgrade.

       2. Verify that the directory from -Dflexagon.css.repository.root=<directory> in the CATALINA_OPTS line of the
          {1}/setenv.sh file matches the directory specified by FD_REPOSITORY_DIRECTORY variable in the
          {2}/setenvoverride.sh file.

          If not matching, the FD_REPOSITORY_DIRECTORY variable in the setenvoverride.sh must be updated to the
          setenv.sh file value and the ARTIFACT_REPOSITORY_DIRECTORY variable must also be updated in the saved cssinstaller_config.txt
          file for the next upgrade.

       3. If you made any other changes to the {1}/setenv.sh file, consider whether you should migrate those changes
           to the new {2}/setenvoverride.sh file.
        
       4. When you have completed your verification and made any necessary changes to {2}/setenvoverride.sh,
           change directory to {2} and run ./StartCSS.sh