Show TOC Start of Content Area

Background documentation Configuring Portal Runtime Settings  Locate the document in its SAP Library structure

You can configure the portal runtime properties in the NetWeaver Administrator.

...

       1.      Launch the NetWeaver Administrator at http://<server>:<port>/irj/nwa.

       2.      Navigate to Configuration Management    Infrastructure    Java System Properties   Services.

       3.      Choose Portal Runtime Container Extension (service component name tc~epbc~prtc~core)

       4.      In the Properties table below, you can modify the following configurable properties:

Property

Default

Description

async.maxParallelRunnablesExecutions

50

Default pool size for async response threads (min 1)

async.maxQueueSize

10

Default queue size for async response threads (min 1)

cache_type

jcache

Indicates the cache to use for portal caching, either jcache or CML

caching.maxsize

5000

 

The maximum size of the cache, in kilobytes, before clearing the cache to make room for new items for the cache.

Only relevant when the cache is stored in memory.

caching.off

false

 

Indicates whether portal caching is on.

caching.persistency

true

 

Enables persistency caching for all caches.

caching.persistency.clean.period

5

The interval, in minutes, for cleaning the cache

caching.persistency.infinite.validity
.clean.period.factor

144

Helps determine the validity period for items with infinite validity.

The validity period is (caching.persistency
.clean.period) * (this property)

caching.portalcomponent.persistency

true

Enables persistency caching for the portal component cache.

connection.defaultcomponent

PortalAnywhere.Go

 

The default portal component to start when one is not specified

connection.setbase

false

Indicates whether basic HTML tags, such as <html> and <head>, are automatically added to the response.

default.component.timeout

10000

 

Timeout for the components of the asynchronous response

dispatcher.contactinfo

If this situation persists, please contact your system administrator.

A string to display if an error occurs in the dispatcher

dispatcher.version

The value is dynamically generated.

The dispatcher version number

enable.http.conditional.request

true

 

Indicates whether the cache handles the HTTP conditional request.

excludePrtBridgeMismatchVersion

true

Directive to ignore mismatch of prt bridges over cluster nodes

monitor.off

true

If true, monitoring is off.

personalization.defaultDelegate

com.sapportals
.portal.prt.util
.StandardEditDialog

The default delegate component for the personalization of a component

portal.html.head.title

SAP NetWeaver Portal

The HTML title for all portal pages

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.service.twophaseinit

true

Indicates whether the afterInit() method is called during startup of portal services.

request.defaultcountry

us

 

The default country, when one is not specified

request.defaultlanguage

en

 

The default language, when one is not specified

runtime.doubleByteSupport

true

 

Indicates whether double-byte encoding in the request and response is supported.

runtime.doubleByteSupport.encoding

UTF-8

 

The encoding when double-byte support is activated

session.ensurestickiness

true

 

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

workplace.version

The value is dynamically generated.

The portal version number

More information: SAP NetWeaver Administrator.

 

End of Content Area