2016-11-18 14 views
0

でシステムプロパティを削除するには、どのように私は、このコマンドを使用して、システムのプロパティを作成しました:GlassFishの

asadmin create-system-properties --target test-backend-inst-config warning.enable.for.Institution.value=false 

私は、このコマンドを使用しようとするので、このシステムプロパティを削除する:

asadmin delete-system-properties warning.enable.for.Institution.value 

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 

次のような削除コマンドがglaのasadminには存在しないようですssfish glassfishでこのシステムプロパティーを削除する方法はありますか?

答えて

1

コマンドがdelete-system-property、ないdelete-system-propertiesです:

システムプロパティを削除するには、リモートモードでdelete-system-propertyサブコマンドを使用します。

サーバーが稼働していることを確認してください。リモートサブコマンドには、実行中のサーバー が必要です。

list-system-properties(1)サブコマンドを使用して、既存のシステムプロパティを一覧表示します。サブプロパティーdelete-system-property(1)を使用して、システムプロパティーを で削除します。必要に応じて、 ユーザにシステムプロパティが削除されたことを通知します。

例2-12は、システムプロパティ

の削除この例では、 ローカルホストからのHTTPリスナーポートという名前のシステムプロパティを削除します。

asadmin> delete-system-property http-listener-port Command 
delete-system-property executed successfully. 

https://docs.oracle.com/cd/E18930_01/html/821-2416/ghcjc.html#ggonc