Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If SSL is setup set up in the previous version of Zephyr Enterprise, then the steps below must be completed after the successful upgrade to 6.38.  This This applies specifically to Zephyr instances where SSL is enabled and not through the reverse proxy (applies to all versions of Zephyr).

Step 1: Find

...

these two web.xml files

...

:

     a.  Zephyr directory<Zephyr directory>\tomcat\webapps\flex\WEB-INF\web.xml
     b.  Zephyr directory<Zephyr directory>\tomcat\webapps\zephyr\WEB-INF\web.xml

Step 2: Uncomment the following security tags:

Code Block
languagexml
<!-- Uncomment the following if the jdbc.properties secured property is true-->
    <!--security-constraint>
        <web-resource-collection>
            <web-resource-name>Zephyr</web-resource-name>
            <url-pattern>/*</url-pattern>
                              </web-resource-collection>
                              <user-data-constraint>
                                             <transport-guarantee>CONFIDENTIAL</transport-guarantee>
                              </user-data-constraint>
    </security-constraint-->

Step 3: After making the modifications, make sure to restart the server.

...


...

Warning

If your Java keystore file is stored in the Zephyr/tomcat/conf directory, the upgrade does not migrate the file. So, before upgrading Zephyr,

...

make a

...

backup of your

...

Java keystore file

...

located in the <Zephyr>/tomcat/conf

...

folder.

...

After upgrading Zephyr

...

, navigate to <Zephyr>/tomcat/conf

...

,

...

add your 

...

Java keystore file from the backup, and restart Zephyr Service.

...