Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed obsolete links

...

Note

If you use Java 11 and the db_update script, read this article: Limitations for Identity Manager.contact Nexus Support. 

If you upgrade from a more previous version, you must do the upgrades step by step, that is, first upgrade from 3.7 to 3.8 and then from 3.8 to 3.9. If that is the case, see also Upgrade from PRIME 3.7 to PRIME 3.8.

...

Expand
titleSpecification for Java version of PRIME Explorer

Nexus recommends to use the HTML Version of PRIME Explorer. Nevertheless, the Java client is still supported for the last time in this release. If you want to use the Java Webstart Explorer, you must specify both COOKIE and URL in prime_explorer\WEB-INF\web.xml after the update (by default, only COOKIE is set).

  1. In web.xml, set the following:

    Code Block
    titleSettings in web.xml
    <session-config>    
      
       <tracking-mode>COOKIE</tracking-mode>
       <tracking-mode>URL</tracking-mode>
    </session-config>


  2. In system.xml, set the following:

    Code Block
    titleSettings in system.xml
    <!-- remove this
      for java client -->
    <sessionmanagement type="COOKIE" />

Related information

Links

...