I have created a system property using this command:
asadmin create-system-properties --target test-backend-inst-config warning.enable.for.Institution.value=false
I want to delete this system property so when i try to use this command:
asadmin delete-system-properties warning.enable.for.Institution.value
getting following message on console:
Command delete-system-properties not found.
Check the entry of command name. This command may be provided by a package that is not installed.
Closest matching local and remote command(s):
delete-system-property
seems to be that delete command not present in asadmin in glassfish Is there any other way to delete this system property in glassfish ?