Web content substitution variables
IBM Lotus Web Content Management uses several substitution variables defined in the configuration for IBM WAS.
To modify these variables, use the administrative console for the appserver. If you are working with a managed cell or cluster, use the administrative console for the deployment manager when making changes.
Variable Description WCM_CONTEXT_ROOT The context root for the enterprise application for Web Content Management. 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 Web Content Management application is installed Example:
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 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:
PROFILE_HOME/wp_profile/installedApps/node_name/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/portal
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