(1) パッケージの入手と展開
$ wget http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip $ unzip jboss-as-7.1.1.Final.zip $ mv jboss-as-7.1.1.Final ~/jboss7
(2) 管理ユーザの作成
$ cd ~/jboss7/bin $ ./add-user.sh What type of user do you wish to add? a) Management User (mgmt-users.properties) b) Application User (application-users.properties) (a): a Enter the details of the new user to add. Realm (ManagementRealm) : Username : taro Password : Re-enter Password : About to add user 'taro' for realm 'ManagementRealm' Is this correct yes/no? yes Added user 'naoki' to file '/home/taro/jboss7/standalone/configuration/mgmt-users.properties' Added user 'naoki' to file '/home/taro/jboss7/domain/configuration/mgmt-users.properties'
(3) 起動
./standalone.sh
0 件のコメント:
コメントを投稿