jvm_property command
The jvm_property command provides options to work with the Application Server JVM properties.
Usage
CLI.
isimvasvr > isim
isimvasvr: isim > jvm_property
isimvasvr: jvm_property >
- add
- Adds a JVM property in the application server.
- delete
- Deletes an existing JVM property from the application server.
- update
- Updates an existing JVM property in the application server.
Examples
- Add a JVM property to the application server.
At the isimvasvr: jvm_property prompt, enter add.
Property name : com.ibm.websphere.webservices.soap.enable.legacy.get.behavior Property value : true Adding JVM property JVM Property added successfully. Restart Identity Manager server to apply the new settings.
- Update a JVM property.
At the isimvasvr: jvm_property prompt, enter update.
Existing JVM Properties :
1: com.ibm.websphere.webservices.soap.enable.legacy.get.behavior=true
Enter index: 1
Property value : false
Updating JVM property
JVM Property updated successfully.
Restart IBM Security Identity Manager to apply the new settings.- Delete a JVM property.
At the isimvasvr: jvm_property prompt, enter delete.
Existing JVM Properties :
1: com.ibm.websphere.webservices.soap.enable.legacy.get.behavior=false
Enter index: 1
This operation deletes an existing JVM property from Application server.
Selected property : com.ibm.websphere.webservices.soap.enable.legacy.get.behavior=false
Do you wish to delete this property?
Enter 'YES' to confirm: YES
Deleting JVM property
JVM Property deleted successfully.
Restart IBM Security Identity Manager to apply the new settings.Parent topic: IBM Security Identity Manager (ISIM) commands