Properties file: wp.ear.properties
Table of contents
Parent: Configuration properties reference
1. WebSphere Portal URLs
The following properties enable you to define the URL used to access the portal.
- WpsDefaultHome
- Description
- This value is used to create the WebSphere Portal default home URL.
- Default value
- portal
- Examples
- If we specify "portal" as the value for this property, the following is the URL for
- the WebSphere Portal server: http://localhost:80/wps/portal. In this example
- localhost is the Websphere Portal host name (WpsHostName),
- 80 is the Websphere Portal host port (WpsHostPort), and
- wps is the context root (WpsContextRoot).
- WpsPersonalizedHome
- Description
- The personalized home is for users that have already logged in to the portal and cannot be accessed by anonymous users. The value we specify is used to create the WebSphere Portal URL for logged in users.
- Default value
- myportal
- Examples
- If we specify "myportal" as the value for this property, the following URL is the page that logged
- in users are directed to: http://localhost:80/wps/myportal. In this example
- localhost is the Websphere Portal host name (WpsHostName),
- 80 is the Websphere Portal host port (WpsHostPort), and
- wps is the context root (WpsContextRoot).