Hi,
Is there any way to load/deploy a new webapp without restarting OFBiz? (better from Java code)
Or, can the components (one of them or all) be reloaded without restarting?
I've used method "loadComponents" of class "ComponentContainer" to reload all components, but it doesn't deploy new webapps (defined in the "ofbiz-component.xml" file of one component)
Thanks in advance!