Objective: To demonstrate some command to create websphere profile using command line in case of PMT(Profile Management Tool) doesn’t work. I will also explain to set different JDK version to the profile. Create Profile using Command Line
1 |
[WAS installation directory]\bin>manageprofiles.bat -create -profileName AppServ01 -profilePath ../profiles/AppSrv01 |
Command to…