You can use a command to change a property value for a specified mediation module.
Before you begin
You must use the wsadmin tool to run the following commands.
Why and when to perform this task
The listSCAModules command lists all SCA modules that
have been deployed to WebSphere Process Server.
Steps for this task
- List the deployed SCA modules. $AdminTask listSCAModules
- List the properties for a particular SCA module. $AdminTask showSCAModuleProperties {-moduleName moduleName}
Note: In
addition to specifying the moduleName, you have the option
of specifying the applicationName. Providing an applicationName improves
performance.
- Modify a module property for the SCA module. $AdminTask modifySCAModuleProperty -moduleName moduleName -propertyName propertyName -newPropertyValue newpropertyValue
Note: You
also have the option of specifying the applicationName.
Providing an applicationName improves performance.
Result
Changes the property value for a particular
SCA module property.
Example
$AdminTask modifySCAModuleProperty {-moduleName myModule -applicationName myApplication -propertyName myPropertyName -newPropertyValue myNewPropertyValue}
Last updated: Wed 06 Dec 2006 07:08:08
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)