Thursday, June 4, 2015

Create additional WebSphere application server profile


Assume you have installed WebSphere and Wanted to Create additional WebSphere Profile

1         Run the command “cd C:\Program Files\IBM\SDP\runtimes\base_v7\bin”

2         Once entered into the directory copy the below script and run it in command prompt.
manageProfiles -create -profileName was70profile2 -profilePath "C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile2" -nodeName [NODENAME] -cellName [NODECELL Name] -hostname localhost -serverName server2 -startingPort 10000 -winserviceCheck false

                      

3         When the profile is complete the following message will appear in the command prompt
             
  

4         Open Servers View in RAD/Eclipse Window > Show View > Servers
5     Right click on the server and select New > Server


6  Change Server name and Click Next



7  Select profile which is created now (was70profile2)



8 Finish.

No comments:

Post a Comment