Add the Page Builder theme
WebSphere Portal v7.0 includes a new Page Builder theme as its default theme. If you migrate from v6.0 or v6.1 to v7.0, the migration process recreates the earlier portal and does not deploy the new Page Builder theme. To make the new Page Builder theme available in the migrated portal, complete the steps described below.
- The default Page Builder theme in v7.0 is different from the Tab Menu - Page Builder theme that was included in v6.1.5, so these steps are still required.
- If you are using IBM Lotus Domino®, edit the NOTES.INI file on the Web server. Set the HTTPEnableConnectorHeaders parameter to 1. If you are using WebDav, enable it in the Lotus Domino Webserver Administrative Console.
- If you have migrated from v6.0...
- Run the following task:
Windows™:
ConfigEngine.bat configure-common-component-resources
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
UNIX™:
ConfigEngine.sh configure-common-component-resources
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
IBM i:
ConfigEngine.sh configure-common-component-resources
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
- Update the Page Properties page to use the Portal theme.
- Click Administration -> Modify Pages.
- In the list of pages, click Context Root -> Hidden Pages.
- For the Page Properties page, click the Edit Page Properties icon.
- In the Theme field, select Portal, and save changes.
- If you have migrated from v6.1...
- Run the following task:
Windows:
ConfigEngine.bat action-create-ear-wp.mashup.cc.theme
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
UNIX:
ConfigEngine.sh action-create-ear-wp.mashup.cc.theme
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
IBM i:
ConfigEngine.sh action-create-ear-wp.mashup.cc.theme
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
- Log in to the WAS console.
- Make sure the application PageBuilder2_Theme is started.
- Run the following task:
Windows:
ConfigEngine.bat configure-common-component-resources
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
UNIX:
ConfigEngine.sh configure-common-component-resources
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
IBM i:
ConfigEngine.sh configure-common-component-resources
-DWasPassword=was_password -DPortalAdminPwd=portal_password}}}
- Stop and restart the WebSphere_Portal server.
- If the portal server is part of a clustered environment, synchronize the nodes.
Parent
Deploy new functionality in a migrated portal
Related tasks
Work with Page Builder
Reorganized steps to clarify what is required depending on version Dec 9, 2010 12:21:55 PM Added a step about stopping and starting the Portal server.