IsJspServerEnabled

Enables Java Server Page functionality.

Java Server Page support enables developers to access and modify Content Server content, ResultSets, personalization and security definitions, and predefined variables and configuration settings through Java Server Pages rather than through standard Content Server component architecture. Content Server services and Idoc Script functions can also be executed from Java Server Pages, which reside as executable content in the Content Server.

Default is FALSE.

Type and Usage

Location

  • System Properties, Server tab, Execute Java Server Page (Jsp)

  • Admin Server, General Configuration, Enable Java Server Page (Jsp)

  • IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsJspServerEnabled=true

See Also