When i add a property in openfire admin console and restart the system the property is lost.How do i save it permanently?

Also How to disable SSLv3 in openfire ?

Each property should be stored in the database. Openfire should log an error if this fails.

To disable SSLv3 you may need to patch the source code. It seems that removing ciphers does not help.

If you mean that you don’t see a value of set property, then this is a feature OF-714. One can chose not to encrypt properties, so their values should be visible. But currently there is a bug, all new properties are encrypted no matter the setting OF-800. Should be fixed in the upcoming 3.10.0 version.