Show TOC Start of Content Area

Background documentation File Based Configuration Properties

Caution

Changing the files located in the WEB-INF/portal/system/properties can change the functionality of the PRT core. This configuration contains a set of parameters that need to be changed according to the physical infrastructure of the portal. These parameters influence the overall performance of the PRT.

The file based configuration information is contained in the following files:

File

Description

prtDefault.properties

Default value for the properties of the PRT.

prtCentral.properties

This file contains properties that are to be stored in the portal registry. During its first start up, the PRT reads this file and stores the corresponding objects in the registry. When this operation finishes successfully, the file is renamed with a .BAK extension.

prtUpdate.properties

Internal PRT file, used to manage the upgrade of the runtime version.

prtDelete.properties

Internal PRT file, used to manage the upgrade of the runtime version.

You can change the following properties to customize the PRT behavior:

Property

Default Value

Description

runtime.doubleByteSupport

 

true

Shows if the runtime supports double byte encoding in the request and the response.

runtime.doubleByteSupport.encoding

UTF-8

The type of encoding to be used when double byte support is activated in the PRT.

async.response.pool.size

100

The pool size for the asynchronous response mechanism.

async.response.timeout.pool.size

100

The thread pool size for managing the timeout when the asynchronous response mechanism is used.

default.component.timeout

10000

Timeout for the components of the asynchronous response.

request.defaultlanguage

 

En

Default language to be used when none is specified.

request.defaultcountry

Us

Default country to be used when none is specified.

personalization.defaultDelegate

StandardEditDialog

 

Default delegate for the personalization of a component.

caching.off

false

If the PRT cache must be turned off by default.

caching.persistency

true

Activates the persistence layer of the PRT cache. If false, PRT uses a memory cache.

Note

See caching.cluster.notification property.

caching.cluster.notification

true

Uses the notification service to invalidate cached objects in a cluster configuration.

Note

Set to true when the caching.persistency is set to true.

caching.maxsize

5000

The maximum size of the cache in KO before starting pre-emption.

Monitor.off

true

If set to true, monitoring is switched off.

connection.defaultcomponent

PortalAnywhere.default

The default portal component to start when none is specified.

jsp.addclasspath

 

Classpath element to be added when a JSP is compiled in the portal runtime.

loadlimit.requests

-1

Number of maximum concurrent requests managed by the PRT.

portal.runtime.security.mode

production

If set to development prtroot access is allowed for every component.

If set to test prtroot access is allowed for every component that does not belong to a specified zone.

If set to production prtroot access is not allowed unless the component belongs to a security zone. Access to the security zone is tested here.

portal.html.head.title

SAP Enterprise Portal 6.0

This specifies the HTML title of all portal pages.

session.ensurestickiness

true

If set to true or yes, ensures sticky sessions for each request.

enable.http.conditional.request

true

Specifies if the cache should handle the HTTP conditional request.

 

 

End of Content Area