`
zhile005
  • 浏览: 52911 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

weblogic.jar weblogic.Deployer -help

 
阅读更多

DJTSSOAP:echnweb:/echnweb/bin>java -cp /weblogic/wlserver_10.3/server/lib/weblogic.jar weblogic.Deployer -help
Usage: java weblogic.Deployer [options] [action] [Deployment units(s)]

where options include:
    -help             Print the standard usage message.           
    -version          Print version information.                  
    -adminurl <<protocol>://<server>:<port>> [option] Administration    
                      server URL: default t3://localhost:7001     
    -username <username> [option] user name                          
    -password <password> [option] password for the user              
    -userconfigfile <userconfigfile> [option] The user config file      
                      contains the user security credentials; it  
                      is administered by the weblogic.Admin tool  
    -userkeyfile <keyConfigFile> [option] The users key file; it is     
                      administered by the weblogic.Admin tool.    
    -distribute       [action] Distribute application to the      
                      targets.                                    
    -start            [action] Makes an already distributed       
                      application available on a target.          
    -stop             [action] Makes an application unavailable on
                      targets.                                    
    -redeploy         [action] Replace a running application      
                      partially or entirely.                      
    -undeploy         [action] Take an application out of service.
    -deploy           [action] Make an application available for  
                      service.                                    
    -update           [action] Update an application configuration
                      in place.                                   
    -examples         [option] Displays example usage of this tool.
    -name <application name> [option] Defaults to the basename of the   
                      deployment file or directory.               
    -targets <<target(s)>> [option] A comma separated list of targets  
                      for the current operation. If not specified,
                      all configured targets are used. For a new  
                      application, the default target is the      
                      administration server.                      
    -plan <Deployment plan path> [option] Specifies location of         
                      deployment plan                             
    -library          [option] Indicates that the unit being      
                      deployed is a library. This option is       
                      required when the application is a library. 
    -advanced         Print advanced usage options.               

The optional trailing arguments are deployment units and may
represent the archive being deployed, the name of a previously
deployed application or a list of files for a partial redeploy operation.
分享到:
评论

相关推荐

    weblogic.jar/wlclient.jar/wls-api.jar相关jar包

    本篇文章将详细讲解标题中提到的`weblogic.jar`、`wlclient.jar`和`wls-api.jar`这三款核心的JAR包及其在WebLogic中的作用。 1. **weblogic.jar**: `weblogic.jar`是WebLogic Server的核心库,包含了运行WebLogic...

    ant-weblogic.jar.zip

    《Ant与WebLogic集成:详解ant-weblogic.jar.zip》 在软件开发领域,尤其是在Java环境中,构建工具和应用服务器的无缝集成是至关重要的。本文将深入探讨Ant与Oracle WebLogic Server的集成,以及如何利用"ant-...

    weblogic.jar

    本节将详细探讨`weblogic.jar`及其相关的jar包在WebLogic中的作用。 `weblogic.jar`是WebLogic Server的核心库文件,包含了运行WebLogic Server所需的各种类和资源。这个jar包包括了服务器的启动类、管理接口、容器...

    jackson-databind-2.9.10.8.jar升级相关jar包

    jackson-databind-2.9.10.8.jar升级相关jar包包含: jackson-module-jaxb-annotations-2.9.10.jar jackson-core-2.9.10.jar jackson-databind-2.9.10.8.jar jackson-annotations-2.9.10.jar jackson-jaxrs-json-...

    ant-weblogic-1.6.jar.zip

    《Ant与WebLogic集成:ant-weblogic-1.6.jar.zip深度解析》 在软件开发领域,Apache Ant和Oracle WebLogic Server是两个重要的组件。Ant是一个基于Java的构建工具,而WebLogic则是一款广泛使用的Java EE应用服务器...

    weblogic-CVE-2023-21839-JNDIExploit-1.4-SNAPSHOT.jar

    weblogic-CVE-2023-21839-JNDIExploit-1.4-SNAPSHOT.jar

    ant-weblogic-1.7.0.jar

    标签:ant-weblogic-1.7.0.jar,ant,weblogic,1.7.0,jar包下载,依赖包

    weblogic CVE-2018-3191 exp(含weblogic-spring-jndi-10.3.6.0.jar)

    自用CVE-2018-3191 weblogic反序列化exp。

    quartz-weblogic-1.8.6.jar

    quartz-weblogic-1.8.6.jar

    weblogic.jdbc.vendor.oracle.OracleThinBlob jar包下载

    WebLogic JDBC Vendor Oracle Thin Blob Jar包是专门为Oracle数据库在WebLogic应用服务器环境下提供Blob类型支持的驱动包。在Oracle数据库中,Blob(Binary Large Object)数据类型用于存储大量的二进制数据,如图像...

    maven-weblogic-plugin-1.0.0.jar

    maven-weblogic-plugin-1.0.0.jar

    ant-weblogic-1.7.1.jar

    标签:ant-weblogic-1.7.1.jar,ant,weblogic,1.7.1,jar包下载,依赖包

    jakarta.servlet-api-4.0.4-API文档-中文版.zip

    赠送jar包:jakarta.servlet-api-4.0.4.jar; 赠送原API文档:jakarta.servlet-api-4.0.4-javadoc.jar; 赠送源代码:jakarta.servlet-api-4.0.4-sources.jar; 赠送Maven依赖信息文件:jakarta.servlet-api-4.0.4....

    ant-weblogic-1.6.1.jar.zip

    标题中的"ant-weblogic-1.6.1.jar.zip"是一个压缩文件,它包含了与Apache Ant和Oracle WebLogic Server相关的组件。Apache Ant是一个Java库和命令行工具,主要用于构建Java项目,而WebLogic Server是Oracle公司提供...

    weblogic API FOR [weblogic.jar]

    2. `weblogic.management.Deployer`:用于部署、更新和卸载应用程序。 3. `weblogic.management.Instance`:代表WebLogic Server实例,提供了控制实例的方法。 4. `weblogic.management.MBeanHome`:提供了访问...

    ant-weblogic-1.6.4.jar.zip

    《Ant与WebLogic集成:深度解析ant-weblogic-1.6.4.jar.zip》 在IT行业中,构建和部署应用程序是开发流程中的重要环节。Apache Ant作为一款强大的Java项目自动化构建工具,因其灵活性和可扩展性深受开发者喜爱。而...

    ant-weblogic-1.6.2.jar.zip

    《Ant与WebLogic集成:深度解析ant-weblogic-1.6.2.jar.zip》 在IT行业中,构建和部署Java应用程序是一项重要的任务,而Apache Ant和Oracle WebLogic Server是两个在此过程中发挥关键作用的工具。Ant是一个基于Java...

Global site tag (gtag.js) - Google Analytics