+

Search Tips   |   Advanced Search

Configure developer mode on Solaris


The developer mode allows us to improve start up performance and to configure IBM WebSphere Portal for development. This file explains how to configure and unconfigure the development mode option. Developer mode is for a dev environment only and should not be used in a production environment.
Install WebSphere Portal with the Base installation option.

This task modifies the following components:

./ConfigEngine.sh enable-develop-mode-startup-performance -DWasPassword=foo task, from WP_PROFILE/ConfigEngine, immediately after installing WebSphere Portal to develop portals and portlets. Then stop and restart the WebSphere_Portal server to propagate the change.

Prepare the remote Web server for the developer mode.

./ConfigEngine.sh disable-develop-mode-startup-performance -DWasPassword=foo task, from WP_PROFILE/ConfigEngine, to revert back to a production server. Then stop and restart the WebSphere_Portal server to propagate the change.

We can run the disable-develop-mode-startup-performance task when we are done developing the portal and portlets, if the development settings are not adequate for a special development situation, or if a problem found on the production server cannot be re-created on the development server.


Parent: Change to developer mode
Related:
Solaris stand-alone: Prepare a remote Web server