Hi Тимофей

Please note 
(1) bootstraps from WEB-INF/* are loaded only the very first time the when the 
WAR is installed in the container running the first time.
(2) bootstraps from the module are loaded when the module is installed.

If you want to have installed module bootstrap (2) every time, customize your 
module version handler (MVH) of the same module, for instance by overriding 
#getExtraInstallTasks (adding taks there to bootstrap).
If there is a reason to update or re-install the bootstraps from WEB-INF/*, 
this should also done with a MVH too. By the way, you also can turn your 
"webapp module" into a real "Magnolia Module" with its own version handler.

You may want to read 
https://documentation.magnolia-cms.com/display/DOCS/Creating+a+custom+bundle
https://documentation.magnolia-cms.com/display/DOCS/Configuring+a+custom+bundle

I hope that helps.
kind regards,
 Christoph

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5b71f6df-248e-4d65-abb1-7908cb96150f


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to