如何通过wlst部署应用程序到weblogic12c上
阅读原文时间:2023年07月15日阅读:1

Oracle WebLogic Server - Version 10.3 and later
Information in this document applies to any platform.

This Jython script parses the provided arguments, and based on them, performs the deployment task.

The first step is to establish a connection to the Administration Server. From there, the script will perform the deploy() function to a particular target.

By default, this deployment is without upload: that is, application files are not uploaded to the WebLogic Server Administration Server's upload directory prior to deployment. It should be performed on the same machine where the WLS admin server is located.

To run this script, please follow these steps: