LoginSignup
0
0

More than 5 years have passed since last update.

JBoss AS 5.1.0.GAのtwiddleによるdeploy, undeploy覚書

Posted at

twiddleによるdeploy, undeploy

環境

  • JBoss AS 5.1.0.GA

手順

deploy

./twiddle.sh -s localhost:1099 -u admin -p admin invoke "jboss.system:service=MainDeployer" deploy "file:///tmp/jenkins.war"

undeploy

./twiddle.sh -s localhost:1099 -u admin -p admin invoke "jboss.system:service=MainDeployer" undeploy "file:///tmp/jenkins.war"

jmx-consoleのユーザ設定場所

 less ../server/プロファイル/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties

起動中の変更もあり。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0