Saturday, March 6, 2010

How to create the profiles in websphere on windows?

we have 2 ways for creating the profiles on windows:

1) manageprofiles.bat available at websphere installation path location.by using this command u can create a profile.
please find the below complete path

C:\Program Files\IBM\WebSphere\AppServer\bin>manageprofiles.bat -create -templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\default" -profileName "AppSrv02" -profilePath "C:\Program Files\IBM\WebSphere\AppServer\profiles"

now u can get the AppSrv02 profile.
>
>
>
> templatePath Details:
1. Default: application server profile
2. dmgr: Deployement manager profile
3. managed: custom profile
4. cell: deployment manager+federateapplication server


2) go to the below path and client the 'pmt.bat'.

C:\Program Files\IBM\WebSphere\AppServer\bin\ProfileManagement

No comments:

Post a Comment