オリジナル・インストールからサーバー・プロファイルを作成します。
app_server_root/bin/manageprofiles.sh
app_server_root¥bin¥manageprofiles.bat
app_server_root/bin/manageprofiles
デフォルトを使用して、
プロファイルを作成すると想定します。
![[Windows]](../../windows.gif)
以下のスクリプトは、Windows プラットフォームでアプリケーション・サーバー・プロファイルを作成する例です。
C:¥Program Files¥IBM¥WebSphere¥AppServer¥bin¥manageprofiles -create
-templatePath C:¥Program Files¥IBM¥WebSphere¥AppServer¥profileTemplates¥default
(スクリプトは、表示の都合上、複数行で表示されています。)

以下のスクリプトは
Windows プラットフォームを対象とした、Feature Pack for Web Services 用に拡張された
アプリケーション・サーバー・プロファイルの作成例です。
C:¥Program Files¥IBM¥WebSphere¥AppServer¥bin¥manageprofiles -create
-templatePath C:¥Program Files¥IBM¥WebSphere¥AppServer¥profileTemplates¥WEBSERVICES¥default.wsfep
(スクリプトは、表示の都合上、複数行で表示されています。)