Web parameter: showReloadNavButton

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

useJavaDynamicVersioning

Description

Enables use of the system registry to locate the latest version of Java installed on a user's system.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Enabled)

false (Disabled)

Example usage

<context-param>
  <param-name>useJavaDynamicVersioning</param-name>
  <param-value>true</param-value>
</context-param>