- When you install WPS on your machine by default it install WebSphere Application Server 7.0.11 which is not sufficient to install WPS 7.0.0.2, so first you must update your WAS, i did update mine by going to the latest version which is 7.0.21. My development environment is standalone so i had to install
- 64-bit x86 AMD/Intel AppServer: WAS fix pack
- 64-bit x86 AMD/Intel Java SDK: Fix pack for the JDK used by WAS
- Then i did install WebSphere Portal 7.0.0.2 Fix pack
- The Modular theme is not installed as part of WPS 7.0.0.2 fix pack installation process instead you will have to run following configuration task
This task took few minutes to complete. But once the task was completed i could see Portal 7.0.0.2 name in the theme list like thisConfigEngine.bat deploy-7002-theme -DPortalAdminPwd=password -DWasPassword=password
Installing new WPS 7.0.0.2 Modular theme
The WebSphere Portal 7.0.0.2 fixpack introduced a concept of Modular Theme which allows you to create themes using different module extensions to contribute to different areas of the page in order to provide flexibility, enhance the user experience, and maximize performance.
I wanted to learn more about the Modular Theme so i followed these steps to install WPS 7.0.0.2 and install Modular theme, on my existing WPS 7.0 installation.
Subscribe to:
Post Comments (Atom)


2 comments:
Do I need to run the configengine task on every node on the cluster or just in the primary?
I already foud the answer
http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Installing_the_new_theme_sdoc
Post a Comment