wso2 / product-ei

An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
https://wso2.com/integration/
Apache License 2.0
373 stars 279 forks source link

Update docs on options to disable restart/shutdown option from management console #5155

Open dulanjalidilmi opened 4 years ago

dulanjalidilmi commented 4 years ago

Description: Two new properties were introduced to disable/enable shutdown and restart the server from the management console. This content should be added to EI documentation

Update carbon.xml file located at /conf as follows to disable shutdown and restart from the management console.


        <disableShutdown>true</disableShutdown>
        <disableRestart>true</disableRestart>
    </disableShutdownRestartFromUI>```

**Affected Product Version:**
EI-6.5.0

**OS, DB, other environment details and versions:**    

**Steps to reproduce:**
**Related Issues:**
https://github.com/wso2/product-ei/issues/5147
dulanjalidilmi commented 4 years ago

The relevant WUM timestamp is 1592500780134. This feature is available from this timestamp onwards.