Do you know whether the app file will be sync from dmgr side and regenerated after we remove it from installedApps path?
I have got one issue recently from customer, that is, they uploaded one image file into WASNode installedApps
app path manually
. Afterwards, they removed that file manually again from installedApps
app path. But after restarting the Application server process, that file has been regenerated under same installedApps
path.
So I suspect that file maybe has been resync from dmgr node, like app file under applications
folder. However, first of all, I don't see that image file within application ear file from DMGR applications
folder. Moreover, I made a test myself, if I deleted file from installedApps
app path, that file never be regenerated any more even though the node sync completed.
So does anybody know why?
Thanks in advance.