You can use a command to show the properties for a specified
service module.
Before you begin
Start the wsadmin tool, which is used to run the required
commands.
About this task
To show the properties of a particular service module,
you need to know the module name.
The listSCAModules command
lists SCA modules that
have been deployed to WebSphere® ESB.
Procedure
- List the deployed SCA modules. $AdminTask listSCAModules
- Display the properties of a particular SCA module. $AdminTask showSCAModuleProperties {-moduleName moduleName}
Note: In
addition to specifying the module name, you have the option of specifying
the application name. Providing an application name improves performance.
Results
The properties of the specified
SCA module are displayed.
Example
$AdminTask showSCAModuleProperties {-moduleName myModule -applicationName myApplication}