Step1: WAS – Application server Installation path
D: IBMWebsphereAppserver
Step 2: Go to WAS_HOMEbin location (D:IBMWebsphereAppserver) and run the below cmd
manageprofiles.bat -create -profileNameTEST_CP -hostName DEVAPPPORTAL1 -cellName cell01 -nodeName Node01 -serverName CPServer -enableAdminSecurity -false -winserviceCheck false
Step 3: Once the profile is created add as Windows Service.
From the WAS_HOMEbin location (D: IBMWebsphereAppserver) and run the below cmd
WASService.exe -add TEST_CP -servername CPServer -profilePath D:IBMWebSphereAppServerprofilesTEST_CP
No comments:
Post a Comment