WebLogic 6.1接続をデプロイする際に使用します。
JDeveloperでは、サーバー上のBEA WebLogic 6.1のコマンドライン・ツールに直接アクセスできます。WebLogic 6.xのコマンドライン・デプロイメント・ツールのドキュメントは、次のURLを参照してください。http://e-docs.bea.com
${java} -Ddeploy.debug=true
-classpath ${weblogic.jar} weblogic.deploy -username ${username} -host ${hostname} -port ${port} -debug ${targets.components} deploy ${password} ${j2ee.app.name} ${ear.file}
${java}
javaw
が使用されます。
${weblogic.jar}
weblogic.jar
へのフルパスを入力します。
${hostname}
${port}
${username}
admin
ユーザー名を入力します。
${password}
admin
ユーザーのパスワードを入力します。
${j2ee.app.name}
${targets.components}
-component
スイッチを入力します(必要に応じて繰り返します)。これらのターゲット・インスタンスは、WebLogic接続のhostname:port
でリスニング中のWebLogicマスター・インスタンスにより管理されています。
${ear.file}
WebLogicアプリケーション・サーバー
ターゲット接続へのデプロイ時のオプション指定
JBossへのデプロイ用のEJBの構成
Copyright © 1997, 2007, Oracle. All rights reserved.