- style
managedWeblogicStart
Starts a comma-separated list of WebLogic servers or clusters. If the node manager properties are configured on Environment Instance, admin server can also be included in the operation. Server or Cluster name can be specified on Project Properties or on Plugin Input. Plugin Input takes precedence if both values are specified.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDWLS_WEBLOGIC_HOME | Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
FDWLS_DOMAIN_NAME | Yes | WebLogic Domain Name |
FDWLS_ADMIN_LISTEN_ADDRESS | Yes | The listener address of the WLS admin server. (e.g. localhost) |
FDWLS_ADMIN_LISTEN_PORT | Yes | The port of the WLS admin server. (e.g. 7001) |
FDWLS_ADMIN_USE_SSL | No | Indicates whether the admin server is using SSL. |
FDWLS_ADMIN_USER | Yes | The user name for the WLS admin server. |
FDWLS_ADMIN_PASSWORD | Yes | The password for FDWLS_ADMIN_USER. |
FDWLS_START_SERVER_TIMEOUT | No | Time in milliseconds that the plugin operation will wait for server start. Plugin operation will return as soon as server starts, and if the server fails to start in timeout specified, plugin operation will fail. |
FDWLS_ADMIN_DOMAIN_DIRECTORY | No | WebLogic Domain Directory for AdminServer. Used when the admin server runs from a different domain folder than managed servers |
FDWLS_DOMAIN_DIRECTORY | Yes | WebLogic Domain Directory for managed servers. |
FDWLS_NODEMANAGER_PORT | Yes | The port for the WLS Node Manager. |
FDWLS_NODEMANAGER_USER | Yes | The user id for the WLS Node Manager. |
FDWLS_NODEMANAGER_PASSWORD | Yes | The password for FDWLS_NODEMANAGER_USER |
FDWLS_NODEMANAGER_HOST | Yes | Host for Node Manager connection. |
FDWLS_NODEMANAGER_TYPE | No | Node Manager Type. (e.g. ssl or plain) |
Project Properties
Property Name | Required | Description |
---|---|---|
FDWLS_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name to start. |
Inputs
Input Name | Required | Description |
---|---|---|
FDWLS_INP_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name for start operation. If this is not supplied start operation will use FDWLS_SERVER_OR_CLUSTER_NAMES. |
Outputs
Output Name | Required | Description |
---|---|---|
|
|
|
Artifacts
This operation doesn't consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance which have a resource type of WLS Admin Server. Since the admin server only runs on one server, it is expected that for a given domain, there will only be one endpoint with a resource type set to WLS Admin Server.
Endpoint Execution
This operation will execute on the Admin Server endpoint selected using the WLS Admin Server resource type.
- style