Web content substitution variables

 

+

Search Tips   |   Advanced Search

 

IBM Lotus WCM uses several substitution variables defined in the configuration for IBM WebSphere Application Server. If modify these variables, use the console for the application server. If you are working with a managed cell or cluster, use the console for the deployment manager when making changes.

Variable Description
WCM _CONTEXT_ROOT The context root for the enterprise application for WCM .

Example: wps/wcm

WCM _HOST The fully qualified host.name of the machine running the portal.

Example: www.example.com

WCM _ILWWCM _HOME This is the directory where the WCM application is installed

Example: portal_server_root/wcm

WCM _PORT The port number used to access the portal.

Example: 10038

WCM _SCHEMA The database schema name of the JCR domain configured for use with IBM WebSphere Portal.

Example: jcr

WCM _SEARCHSEED_CONTEXT_ROOT The context root for the Search Seed portlet.

Example: wps/wcmsearchseed

WCM _WEB_APP_HOME The directory path where the ilwwcm.war file is located.

Example: was_profile_root/wp_profile/installedApps/node/wcm.ear/ilwwcm.war

WCM _WPS_CONTEXT_ROOT The context root or base URI for the portal. All URLs beginning with this path will be reserved for the portal.

Example: wps

http://hostname.example.com:10038/wps/quickr

WCM _WPS_DEFAULT_HOME The default portal page. This is the page for users who are not logged in.

Example: portal

http://hostname.example.com:10038/wps/portal

WCM _WPS_PERSONALIZED_HOME The portal page for users who have already logged in to the portal. This page cannot be accessed by anonymous users.

Example: myportal

http://hostname.example.com:10038/wps/myportal

 

Parent topic

Additional configuration options