處學者的苦惱啊,我快要瘋了,幾天了這個問題捆饒著我,那為好心的哥們或大姐給我看看,如何處理,小弟將感激不盡,我用JB+WebLogic在佈置EJB是出
C:\JBuilder9\jdk1.4\bin\javaw -classpath C:\JBuilder9\lib\jaxrpc.jar;C:\JBuilder9\lib\jds.jar;C:\JBuilder9\lib\jdsremote.jar;C:\JBuilder9\lib\jdsserver.jar;C:\bea\weblogic700\server\lib\weblogic_sp.jar;C:\bea\weblogic700\server\lib\weblogic.jar;C:\bea\weblogic700\server\lib\webservices.jar; weblogic.Deployer -user ljm -adminurl http://ljm:7001 -password 12345678 -deploy -name test -upload -source "C:/Documents and Settings/ljm/jbproject/TestSet/test.jar" -targets myserver
WebLogic Application Deployment Utility
Usage: java weblogic.Deployer [options] [-activate|-deactivate|-remove|-unprepare|-cancel|-list] [files]
where options include:
-help Print this help message.
-version Print version information.
-adminurl <https://<server>:<port>> The URL of the administration server: default
http://localhost:7001
-user <user> A user other than the default of
"installadministrator"
-password <password> Specifies the password on the command line.
If this option is absent the user is
prompted.
-verbose Displays additional status during the
deployment process, including notifications
when the application is prepared and
activated on each target.
-debug Displays debug level messages to the standard
output.
-examples Display example usage of this tool.
-upload Causes the specified source file(s) to be
transferred to the adminstration server. This
is used when the Deployer tools is not being
used on the same machine as the adminstration
server and the user does not otherwise have
access to place the targeted files on the
adminstration server.
-delete_files Causes the server to remove the files that
are specified in the file list and leave the
application activated. This option is valid
only for unarchived web applications.
-remote Signals that the tools is not runnning on the
same machine as the adminstration server and
that the source path should be made passed
through unchanged as it represents the path
on the remote server.
-nostage Sets the stagingMethod attribute on the
application mbean when it is created so that
the application will not be staged and the
original source is be used.
-external_stage Sets the stagingMethod attribute on the
application mbean when it is created so that
the application will not be staged but the
value of the staging path will be used when
preparing the application.
-stage Sets the stagingMethod staging attribute on
the application when it is created so that
the application will always be staged. This
value will override the stagingMethod
attribute on any targeted servers.
-nowait Once the action is initiated the tool will
print the task id and exit. This is used to
initiate multiple tasks and then monitor them
later using the -list action.
-timeout <seconds> The maximum time in seconds to wait for the
completion of the deployment task. When the
time expires the current status is printed
and the program exits.
-source <archive file or directory> Location of the file or directory that
represents the enterprise component or
application tha is being (re)activated. If
the source file is relative it is relative to
the current directory, unless the -remote
option is used. To specify individual files
within an application for reployment or
addition list them at the end of the command
line.
-name <application name> The name of the application being deployed.
-targets <<server 1>,...<component>@<server N>> A comma separated list of the server and/or
cluster names. Each target may be qualified
with a J2EE component name. This enables
different components of the archive to
deployed on different servers.
-id <task identifier> Optional client supplied unique identifier
for the deployment task. The id is first
specified to -activate, -deactivate,
-unprepare or -remove. It is then used later
as an argument to -cancel or -list.
-activate (Re)activates the <source> application on the
<targets> with the <name>.
-deactivate Deactivates the application <name> on the
<targets> leaving an staged application files
in a state where the may be quickly
reactivated.
-unprepare Deactivates and unloads classes for the
application <name> on the <targets> leaving
an staged application files in a state where
the may be quickly reloaded.
-remove Deactivates the application <name> on the
<target> and removes any files that were
staged for this application. If there are no
longer any targets for the application, the
associated configuration is completely
removed.
-cancel Atempts to cancel the task <id> if it is has
not yet completed.
-list Lists the target status of each task <id>
-deploy a convenient alias for activate.
-undeploy a convenient alias for unprepare.
Optionally a list of the specific files in the archive that are to be
redeployed may be specified. If a directory is specified the entire subtree is
redeployed.
Full documentation on this tool is available at:
http://edocs.beasys.com/wls/docs70/adminguide/utils.html#1138475
No actions was specified. Please specify one and only one of:
-activate, -deactivate, -cancel, -remove, -unprepare, or -list.
Type java weblogic.Deployer -examples for example usage.
WebLogic Application Deployment Utility
Usage: java weblogic.Deployer [options] [-activate|-deactivate|-remove|-unprepare|-cancel|-list] [files]
where options include:
-help Print this help message.
-version Print version information.
-adminurl <https://<server>:<port>> The URL of the administration server: default
http://localhost:7001
-user <user> A user other than the default of
"installadministrator"
-password <password> Specifies the password on the command line.
If this option is absent the user is
prompted.
-verbose Displays additional status during the
deployment process, including notifications
when the application is prepared and
activated on each target.
-debug Displays debug level messages to the standard
output.
-examples Display example usage of this tool.
-upload Causes the specified source file(s) to be
transferred to the adminstration server. This
is used when the Deployer tools is not being
used on the same machine as the adminstration
server and the user does not otherwise have
access to place the targeted files on the
adminstration server.
-delete_files Causes the server to remove the files that
are specified in the file list and leave the
application activated. This option is valid
only for unarchived web applications.
-remote Signals that the tools is not runnning on the
same machine as the adminstration server and
that the source path should be made passed
through unchanged as it represents the path
on the remote server.
-nostage Sets the stagingMethod attribute on the
application mbean when it is created so that
the application will not be staged and the
original source is be used.
-external_stage Sets the stagingMethod attribute on the
application mbean when it is created so that
the application will not be staged but the
value of the staging path will be used when
preparing the application.
-stage Sets the stagingMethod staging attribute on
the application when it is created so that
the application will always be staged. This
value will override the stagingMethod
attribute on any targeted servers.
-nowait Once the action is initiated the tool will
print the task id and exit. This is used to
initiate multiple tasks and then monitor them
later using the -list action.
-timeout <seconds> The maximum time in seconds to wait for the
completion of the deployment task. When the
time expires the current status is printed
and the program exits.
-source <archive file or directory> Location of the file or directory that
represents the enterprise component or
application tha is being (re)activated. If
the source file is relative it is relative to
the current directory, unless the -remote
option is used. To specify individual files
within an application for reployment or
addition list them at the end of the command
line.
-name <application name> The name of the application being deployed.
-targets <<server 1>,...<component>@<server N>> A comma separated list of the server and/or
cluster names. Each target may be qualified
with a J2EE component name. This enables
different components of the archive to
deployed on different servers.
-id <task identifier> Optional client supplied unique identifier
for the deployment task. The id is first
specified to -activate, -deactivate,
-unprepare or -remove. It is then used later
as an argument to -cancel or -list.
-activate (Re)activates the <source> application on the
<targets> with the <name>.
-deactivate Deactivates the application <name> on the
<targets> leaving an staged application files
in a state where the may be quickly
reactivated.
-unprepare Deactivates and unloads classes for the
application <name> on the <targets> leaving
an staged application files in a state where
the may be quickly reloaded.
-remove Deactivates the application <name> on the
<target> and removes any files that were
staged for this application. If there are no
longer any targets for the application, the
associated configuration is completely
removed.
-cancel Atempts to cancel the task <id> if it is has
not yet completed.
-list Lists the target status of each task <id>
-deploy a convenient alias for activate.
-undeploy a convenient alias for unprepare.
Optionally a list of the specific files in the archive that are to be
redeployed may be specified. If a directory is specified the entire subtree is
redeployed.
Full documentation on this tool is available at:
http://edocs.beasys.com/wls/docs70/adminguide/utils.html#1138475
No actions was specified. Please specify one and only one of:
-activate, -deactivate, -cancel, -remove, -unprepare, or -list.
Type java weblogic.Deployer -examples for example usage.
相關文章
- 雷軍厲害了我的哥 小米松果處理器來了
- 那些年,我們處理過的SQL問題SQL
- 這是怎麼了啊,我怎麼就是掛載不上啊(轉)
- 那兩天,我的靈魂缺失了
- 【跟著我們學Golang】之異常處理Golang
- 接手了一個外包開發的專案,我感覺我的頭快要裂開了~
- 天天寫業務程式碼,我給擼了一個業務處理框架框架
- 是我們控制著技術,還是技術控制著我們?
- 感激IBM給我一個這樣的機會IBM
- 初學者學Java常遇到的問題,我都給你回答了!Java
- 美團的這些AI應用,倒把我給整不會了AI
- 誰能幫我做一下這個簡單的專案啊!我是初學者。
- 我請教大家這個平常的問題怎麼處理的
- Service Mesh是什麼,為我們解決了什麼問題?
- Google I/O 最全記錄,看完我們睡不著了!Go
- 都別攔著我,我要刪庫了
- V社:玩家說我們不做遊戲了,這讓我們很受傷遊戲
- 《天外世界》開發者:為了讓玩家為所欲為,我們絞盡了腦汁
- 面試了8家公司,他們問了我這些機器學習題目......面試機器學習
- 面試官瘋了嗎,問我為什麼浮點數不精確?面試
- 面試官問我會不會Elasticsearch,我語塞了...面試Elasticsearch
- 我們來看看翻譯中的問題
- 為了感謝大家對我的支援,我現在將我整理的FAQ第二版for oracle共享出來。Oracle
- 為了落地DDD,我是這樣“PUA”大家的
- 請Banq別刪我的貼子,請這個論壇的高手們給我解決方案!謝了!
- RedisTemplate:我不背鍋,是你用錯了Redis
- 氣蒙我了,下午光給小孩除錯問題了除錯
- 我錯了,我有罪,我下跪
- 我來談談“人工智慧”這個詞給我帶來了哪些想法人工智慧
- 來幫我看看這個簡單的遠端客戶端呼叫EJB出錯的例子,謝謝了客戶端
- 我將青春奉獻給了我喜歡的事情,卻讓我無法解決溫
- 求大師也幫我算一命 感激不盡
- Semantic Web,我們來了Web
- 為了學好Java,我嘗試了這 6 個方法Java
- banq老師您可以給我一個最簡單的ejb原始碼(helloword),在eclipse下開發,jboss下部署,求你了,太感激了!!原始碼Eclipse
- 我們工作到底為了什麼
- 不裝了,我攤牌了!人像卡通化的功能我實現了
- 老闆防止我上班摸魚,給我裝了個chrome外掛Chrome