Summary
The Oracle WebLogic Application Server plugin automates the deployment and management of applications on the Oracle WebLogic Server.
This plugin includes one or more steps, click Steps for step details and properties.
Note: Deployment of .jar files is not supported.
All of the steps include the Admin URL property and the Classpath property. The administrative URL might use the tc3 or tc3s protocol, as opposed to http or https. For example, t3://server.example.com:7001
. The classpath property must point to a file, not to a link.
The plugin also includes a component template as an aid in setting up deployment automation. When you create a component from the template, you provide the following information:
- The location of the artifacts to deploy
- The Oracle WebLogic server to use
Compatibility
This plugin requires Oracle WebLogic Server.
This plugin requires HCL Launch version 7.0 or later.
This plugin supports WebLogic Server versions 10g or later.
The steps in this plugin run on any agents that the HCL Launch server supports.
Installation
See Installing plugins in HCL Launch for installing and removing plugins.
History
The following table describes the changes made in each plugin version.
Plugin history details
Version |
Description |
8 |
APAR PH25731: SSL URL DESTINATION UNREACHABLE. |
Usage
To use the Oracle WebLogic Application Server plugin, the Oracle WebLogic Server version 10g or later and agent must be installed.
Step palette
To access this plugin in the palette, click Application Server > WebLogic > WebLogic Application Deployment.
Example
To deploy an application using the WebLogic Application Server plugin, you only need to use the Deploy step.

Steps
The following process steps are available in the WebLogic Application Deployment plugin.
Deploy
Use this step to deploy an application to the WebLogic server.
Input properties for the Deploy step
Name |
Type |
Description |
Required |
Additional Arguments |
String |
Additional arguments to be added to the command. Place each argument on a newline in the format: -parameter value . The value cannot have a space. Single arguments such as -debug are allowed. |
No |
Admin URL |
String |
The URL for WebLogic Server administrator. For example, t3://hostname:port . |
Yes |
Deployment Name |
String |
The name of the deployment. |
No |
Library Job |
Boolean |
The deployment is a shared J2EE library or optional package. |
No |
No Stage |
Boolean |
Deployment files are not copied to the target servers. |
No |
Password |
Password |
The password to use to authenticate with the WebLogic server. |
Yes |
Use SSL |
Boolean |
Check this box to use SSL Property. |
No |
Source |
String |
The source application to be deployed to the WebLogic server. |
Yes |
Targets |
String |
A list of targets where the applications are to be deployed. Separate each target with a comma. The target list must not contain any spaces. |
No |
User Name |
String |
The user name to use to authenticate with the WebLogic server. |
Yes |
WebLogic JAR File |
String |
The path to the WebLogic JAR file that executes deployments. The weblogic.jar is located in the /server/lib directory. Specify the complete directory structure, for example: WebLogicServer_directory/server/lib/weblogic.jar . |
Yes |
Redeploy
Use this step to redeploy an application on the WebLogic server.
Input properties for the Redeploy step
Name |
Type |
Description |
Required |
Additional Arguments |
String |
Additional arguments to be added to the command. Place each argument on a newline in the format: -parameter value . The value cannot have a space. Single arguments such as -debug are allowed. |
No |
Admin URL |
String |
The URL for WebLogic Server administrator. For example, t3://hostname:port . |
Yes |
Deployment Name |
String |
Name of the deployment to be redeployed. |
Yes |
Password |
Password |
The password to use to authenticate with the WebLogic server. |
Yes |
Use SSL |
Boolean |
Check this box to use SSL Property. |
No |
Source |
String |
Source application to be deployed to WebLogic Server. |
Yes |
Targets |
String |
A list of targets where the applications are to be redeployed. Separate each target with a comma. The target list must not contain any spaces. If no target is specified, the application is redeployed on all of its current target servers. |
No |
User Name |
String |
The user name to use to authenticate with the WebLogic server. |
Yes |
WebLogic JAR File |
String |
The path to the WebLogic JAR file that executes deployments. The weblogic.jar file is located in the /server/lib directory. Specify the complete directory structure, for example: WebLogicServer_directory/server/lib/weblogic.jar . |
Yes |
Start
Use this step to start an application on the WebLogic Server.
Input properties for the Start step
Name |
Type |
Description |
Required |
Additional Arguments |
String |
Additional arguments to be added to the command. Place each argument on a newline in the format: -parameter value . The value cannot have a space. Single arguments such as -debug are allowed. |
No |
Admin URL |
String |
The URL for WebLogic Server administrator. For example, t3://hostname:port . |
Yes |
Deployment Name |
String |
Name of the deployment to be started. |
Yes |
Password |
Password |
The password to use to authenticate with the WebLogic server. |
Yes |
Use SSL |
Boolean |
Check this box to use SSL Property. |
No |
Targets |
String |
A list of targets where the applications are to be started. Separate each target with a comma. The target list must not contain any spaces. If you do not specify a target, the application is started on all of its current targets. |
No |
User Name |
String |
The user name to use to authenticate with the WebLogic server. |
Yes |
WebLogic JAR File |
String |
The path to the WebLogic JAR file that executes deployments. The weblogic.jar file is located in the /server/lib directory. Specify the complete directory structure, for example: WebLogicServer_directory/server/lib/weblogic.jar . |
Yes |
Stop
Stop action to be performed on the WebLogic Server.
Input properties for the Stop step
Name |
Type |
Description |
Required |
Additional Arguments |
String |
Additional arguments to be added to the command. Place each argument on a newline in the format: -parameter value . The value cannot have a space. Single arguments such as -debug are allowed. |
No |
Admin URL |
String |
The URL for WebLogic Server administrator. For example, t3://hostname:port . |
Yes |
Deployment Name |
String |
Name of the deployment to be stopped. |
Yes |
Password |
Password |
The password to use to authenticate with the WebLogic server. |
Yes |
Use SSL |
Boolean |
Check this box to use SSL Property. |
No |
Targets |
String |
A list of targets where the applications are to be stopped. Separate each target with a comma. The target list must not contain any spaces. If no target is specified the application will be stopped on all its current targets. |
No |
User Name |
String |
The user name to use to authenticate with the WebLogic server. |
Yes |
WebLogic JAR File |
String |
The path to the WebLogic JAR file that executes deployments. The weblogic.jar file is located in the /server/lib directory. Specify the complete directory structure, for example: WebLogicServer_directory/server/lib/weblogic.jar . |
Yes |
Undeploy
Use this step to undeploy an applicaton on the WebLogic Server.
Input properties for the Undeploy step
Name |
Type |
Description |
Required |
Additional Arguments |
String |
Additional arguments to be added to the command. Place each argument on a newline in the format: -parameter value . The value cannot have a space. Single arguments such as -debug are allowed. |
No |
Admin URL |
String |
The URL for WebLogic Server administrator. For example, t3://hostname:port . |
Yes |
Deployment Name |
String |
The name of the deployment to be undeployed. |
Yes |
Password |
Password |
The password to use to authenticate with the WebLogic server. |
Yes |
Use SSL |
Boolean |
Check this box to use SSL Property. |
No |
Targets |
String |
A list of targets where the applications are to be undeployed. Separate each target with a comma. The target list must not contain any spaces. |
No |
User Name |
String |
The user name to use to authenticate with the WebLogic server. |
Yes |
WebLogic JAR File |
String |
The path to the WebLogic JAR file that executes deployments. The weblogic.jar file is located in the /server/lib directory. Specify the complete directory structure, for example: WebLogicServer_directory/server/lib/weblogic.jar . |
Yes |