While installing add-ons (.amp files) to the existing alfresco, the alfresco.war will redeploy again. This will change all the modification done in the theme and configuration files. So, how can I overcome this? Is there any way to take WAR of modified bundle?
Hi, you should put all your modifications into your AMP file and then add it to the original alfresco.war, and then deploy this one only. The AMP puts file according to a rule contained in it, through Module Management Tool. This will allow you to, for example, make an upgrade of version without too much pain.
Hi abarisone, I am vry new to alfresco. So, didnt get your answer. The changes I made in themes and in many other files contained in WEB-INF. So, as you said, how can I put all those modifications into new AMP file, which is the add-on(for eg : reposize-dashlet-share.amp)…? Sorry, not understanding. 😞
And one more thing I want to point out here is Once you apply one AMP If you are deploying aging the same AMP after some changes then you must change the version otherwise it will not pickup the new changes from the AMP file.