+

Search Tips   |   Advanced Search

Enable and disable portal light mode

To enable portal light mode...

    cd WP_PROFILE/ConfigEngine
    ConfigEngine.sh enable-portal-light-startup-performance -DWasPassword=foo

To disable portal light mode...

    cd WP_PROFILE/ConfigEngine
    ConfigEngine.sh disable-portal-light-startup-performance -DWasPassword=foo

When portal light mode is enabled, a portlet application is not started by a user request, but by the first standard HTTP request that occurs and renders a portal page containing the portlet application on the server. Direct access to the portlet, for example an AJAX request does not start the portlet.

If we manually stop applications, for example using the WAS console or the wsadmin user ID, and they are then accessed by users, the applications are automatically started again.

When we use the activation task...

    ConfigEngine.sh activate-portlets

...this starts all portlets, including those set for lazy load.


Parent Use portal light mode