Change company information
Overview
The text that is displayed in the banner of the portal page is defined in the engine.properties file, which is bundled inside the shared library file
PORTAL_HOME/shared/app/wp.ui.jarThe engine.properties file generally has a suffix related to a locale, for example, to render pages for english speakers, the file used would be...
PORTAL_HOME/shared/app/nls/engine_en.propertiesOne of the most common reasons to edit engine.properties is change the <title> of the portal...
Use the following steps to change the banner/title text for each language that is supported by your portal site.
- Extract the file engine.properties to the WPSLib/app/nls directory.
jar xvf wp.ui.jar- Edit engine.properties and change the title parameter to the name that you want to be displayed in the portal banner.
- Save and close engine.properties .
- Restart the appserver for WebSphere Portal.
The License Agreement and Privacy Policy files contain information that should be changed to include the relevant content that is specific to your company. These files are license.html and privacy.html, and are located in the...
was_root/installedApps/hostname/wps.ear/wps.war/html...directory. These files are accessed from the enrollment and login JSPs using the <wps:urlFind/> tag.
Change the Home Page Logo
To change the branding image displayed on the default home page...
http://www.host.com/wps/portal...for example, to insert a company logo, replace...
WAS_HOME/installedApps/host/wps.ear/wps/war/themes/html/logo.gif...with your logo.gif file.WAS_HOME/installedApps/host/wps.ear/wps/war/themes/html/Default.jsp
See also
- Customizing the portal
- Create your own theme
- Create your own skin
- Lightweight themes and skins
- Enable automatic JSP reloading
- Supporting new clients
- Supporting new markup languages
- Portal style classes
- Change the portal page help
- Working with portal navigation
- Using JSTL tags in the portal JSPs
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.