Enable portal light mode
You can enable and disable portal light mode.
To do this, follow the appropriate procedure:
- Enable: To enable portal light mode,
cd WP_PROFILE/ConfigEngine
and run the configuration task
ConfigEngine.sh enable-portal-light-startup-performance -DWasPassword=foo
Disable: To disable portal light mode, cd WP_PROFILE/ConfigEngine
and run the configuration task
ConfigEngine.sh disable-portal-light-startup-performance -DWasPassword=foo
Notes:
- When a portlet application is loaded later, it is not started by a user request, but by the first standard HTTP request that occurs and renders a portal page that contains the portlet application on the server. Direct access to the portlet, for example an AJAX request will not start the portlet.
Limitations : When portal light mode is enabled, the following limitations apply:
- If you manually stop applications, for example by using the WAS administrative console or the wsadmin user ID, and they are then accessed by users, the applications are automatically started again.
- When you use the activation task ConfigEngine.sh activate-portlets to activate all portlets, this starts all portlets, including those that are set for lazy load.
Parent
Use portal light mode