I added an ofbiz component in the hot-deploy folder. This is a working component (fired it in the browser and all works just fine). However, after inspecting the documentation I would expect the ofbiz run-time environment to identify the new changes in java files and fire a hot deploy for the newly changed component.
I also added in ofbiz_home/framework/base/config/ofbiz-containers.xml the following property:
<property name="apps-context-reloadable" value="false"/>
Despite all this, the hot-deploy is not fired and I have to stop and restart the whole ofbiz application in order to see the changes made in the java files. What am I missing? Thank you!