Will the app file be sync from dmgr side after we remove it from installedApps path in Websphere?
Posted
by
wing2ofsky
on Stack Overflow
See other posts from Stack Overflow
or by wing2ofsky
Published on 2012-07-10T03:13:22Z
Indexed on
2012/07/10
3:15 UTC
Read the original article
Hit count: 245
do you know whether the app file will be sync from dmgr side and regenerated after we remove it from installedApps path?
i've 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
© Stack Overflow or respective owner