IBM® WebSphere® Portal comprises
a framework of services to accommodate the different scenarios that
portals need to address. Services
are available for both WebSphere Portal and IBM Web Content
Manager. You can configure
some of these services.
The configuration for each service
is stored
in and accessible
through the WebSphere Integrated Solutions Console.
Each service is registered as a separate resource environment provider
with custom properties that represent the service configuration. Initially
in a default installation, only the most common properties are exposed
as custom properties. You might need to add additional properties
with key and value as required, or you might want to remove properties
that can be used with their default values or are no longer required.
To
set configuration service properties, proceed as follows:
- Select the appropriate WebSphere Integrated Solutions Console, depending on your
environment:
- If running standalone, use the
local console.
- If installed in a cluster, use the
console of the deployment
manager.
- Start the WebSphere Integrated Solutions Console by
entering the following in the URL location field of a Web browser:
http://example.com:admin_port/ibm/console
where example.com is
the name of your server and admin_port is
the port assigned to the WebSphere Integrated Solutions Console.
- In the navigation click .
- In the
Resource Environment Providers page, make the appropriate
selection, select the appropriate node or cluster from the scopes
pull-down list, or uncheck the Show Scope selection drop-down check
box and select one of the following options, depending on your portal
environment:
- If your portal is running as a single
server, select Browse
Nodes and select the node.
- If your portal is installed
in a cluster, select Browse Clusters and
select the portal cluster.
- Select
the service to which you want to make changes.
Note: In the list the service names are preceded by a product
prefix and a blank space. For example, the WebSphere Portal configuration service
is identified as WP ConfigService. The Web Content Manager configuration
service is identified as WCM WCMConfigService.
- Click Custom Properties.
- Do one of the following as required:
- Select a property and change its value.
- Select one or more properties for removal.
- Create a new property. If you create a new property, use java.lang.String as
its type and do not mark the property as required. Otherwise you will
not be able to delete it later.
- When you are done, click Save at
the start of the page under Message(s).
- Click Save again when prompted
to
confirm your changes.
- If running a cluster
configuration, replicate your changes
to the cluster.
- Restart the server to make
the changes become effective.
You can also set the properties
in the properties files and enable them by using a configuration task.
Note: Changes
to config files do not affect runtime properties until the following
tasks are run.
For changes to
WebSphere Portal properties files,
run the following task from the
wp_profile_root/ConfigEngine directory.
- Windows: ConfigEngine.bat
update-properties -DPortalAdminPwd=password -DWasUserid=username -DWasPassword=password
- AIX® Linux Solaris: ./ConfigEngine.sh
update-properties -DPortalAdminPwd=password -DWasUserid=username -DWasPassword=password
- IBM i: ConfigEngine.sh
update-properties -DPortalAdminPwd=password -DWasUserid=username -DWasPassword=password
For changes to
Web Content Manager properties files,
run the following task from the
wp_profile_root/ConfigEngine directory.
- Windows: ConfigEngine.bat
update-wcm-service-properties -DPortalAdminPwd=password -DWasUserid=username -DWasPassword=password
- AIX Linux Solaris: ./ConfigEngine.sh
update-wcm-service-properties -DPortalAdminPwd=password -DWasUserid=username -DWasPassword=password
- IBM i: ConfigEngine.sh
update-wcm-service-properties -DPortalAdminPwd=password -DWasUserid=username -DWasPassword=password
Note: This option for setting
service configuration
properties is not available for all properties.