Use scripting and the wsadmin tool to modify variables
in the application server.
Before you begin
Start the wsadmin scripting tool.
About this task
There are two ways to modify an application server variable.
You can use an AdminTask object or an AdminConfig object.
Procedure
- Modify an application server variable.
- Save the configuration changes.
Use the following command example to save your configuration
changes:
AdminConfig.save()
- In a network deployment environment only,
synchronize the node.
Use the syncActiveNode or syncNode scripts in the
AdminNodeManagement script library to propagate the configuration
changes to node or nodes.