Modify Application ClassLoaders step
Use this step if you need to modify the classloaders for an application and its webmodules.
Required properties:
Property | Description |
---|---|
Connection Type | Select the Connection Type to use with
wsadmin. The default value is "SOAP". Possible values are:
|
Optional properties:
Property | Description |
---|---|
Command Path |
The directory location of the wsadmin command-line executable. For example: /opt/IBM/WebSphere/AppServer/bin/ The default value is
|
User Name |
The username to be used to connect to the WebSphere Node. The default values is
|
Password | The password to be used to connect to the WebSphere Node. |
Password Script | To use a script or property lookups for your password, leave the Password field blank and enter it here. |
Host | Hostname of the server to connect to. |
Port | The port to connect to. |
Application Name | The name of the application for which to update classloaders. |
Application ClassLoader | PARENT_FIRST or PARENT_LAST. The Classloader mode to use for the overall application. The default value is PARENT_FIRST. |
WebModule ClassLoader | PARENT_FIRST or PARENT_LAST. The Classloader mode to use for the webmodules in the given application. The default value is PARENT_FIRST. |
Additional CommandLine Arguments | New-line separated list of additional commandline arguments to pass to wsadmin. These are appended as the last arguments of the command line. |