Web parameter: jsDebug

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

jsDebug

Description

This parameter enables the web client to load unminified JavaScript files. However, when this parameter is enabled, the web client also displays to end users an error message that includes full stack trace. For this reason, do not enable this parameter in production environments to avoid disclosure of sensitive information.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true, false

Example usage

<init-param>
  <param-name>jsDebug</param-name>
  <param-value>false</param-value>
</init-param>

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients