Create a Portal application server profile on Windows
The IBM WebSphere Portal installation registers the WebSphere Portal application server profile template with IBM WAS. We can then create new profiles based on the template. We can use manageprofiles.sh or pmt.sh.
Create a profile using pmt.sh|bat
- Run...
WAS_HOME\bin\ProfileManagement
pmt.bat
- Create a profile...
Launch Profile Management Tool | Create | Environment Selection panel | WebSphere Portal Server 8.0.0 | WebSphere Portal Server | Next | Profile Name and Location | profile_name | Next
To enable developer mode for this profile, select check box...
Create the server using the development template
To make this the default profile, select check box...
Make this profile the default
- On the panel...
Node, Host, and Cell Names
...provide the node name and TCP/IP host name for the new profile.
To federate this profile, the node name must be unique from other profiles in the same management cell (under dmgr control). The host name must be valid and reachable over the network. Click Next to continue.
- On the Administrative Security panel, uncheck the checkbox...
Enable administrative security
The new profile is then created using the same security settings that are saved in the Portal profile template. After the new Portal profile is created, the security configuration of the new profile can then be modified as required. Click Next to continue.
- On the panel...
Service Definition
...specify whether the WebSphere Portal server in this profile is to be registered and controlled as a service. Click Next to continue.
- On the panel...
Profile Creation Summary
...review the information collected by the wizard, and then click Create to create the profile based on the supplied information.
The port values presented in the summary value is overwritten by the port values used by the servers present in the configuration archive provided as part of the portal profile template. These port values will must be adjusted after profile creation if they are in conflict with other ports on the local system.
The creation summary shows a "server name" value of null. We can ignore this summary since the application server name was not requested on previous panels and always defaults to WebSphere_Portal.
- Click Finish to exit PMT.
Create a profile using manageprofiles.sh|bat
cd WAS_HOME\bin manageprofiles.bat -create -templatePath C:\WebSphere\PortalServer\profileTemplates\default.portal -profileName testPortal1 -profilePath C:\WebSphere\testportal1 -cellName testCell -nodeName testNodeIn this example, the portal profile template is installed under...
C:\WebSphere\PortalServer\profileTemplates\default.portal
The new profile is named testportal1, and is located under...
C:\WebSphere\testportal1
We can also use the following parameters:
-isDefault This profile is to serve as the default profile. -isDeveloperServer Portal is to be configured for development mode in this profile. -nodeName Node name for the new profile. If not provided, the node name defaults to a value based on the local host name. If federating this profile into a managed cell because this value must be unique from other nodes in the cell. See manageprofiles.sh for a complete list of parameters.
Because all database domains are identically configured for each profile, modify the database configuration for database domains that cannot be shared, or that you do not want to share.