You can use properties files to change server properties.
Determine the changes that you want to make to your server configuration or its configuration objects.
Start the wsadmin scripting tool. To start wsadmin using the Jython language, run the wsadmin -lang jython command from the bin directory of the server profile.
Using a properties file, you can create, modify, or delete a server object and its configuration properties.
Run administrative commands using wsadmin to create or change a properties file for a server, validate the properties, and apply them to your configuration.
Action | Procedure |
---|---|
create |
|
modify | Follow create and delete steps. |
delete |
|
Optionally, you can use interactive mode with the commands:
AdminTask.command_name('-interactive')
Save the changes to your configuration.