I have created two AMPs one for alfresco and one for share, however when I deploy the command… $_java -jar $ALF_HOME/bin/alfresco-mmt.jar install $ALF_HOME/amps $CATALINA_HOME/webapps/alfresco.war -force -directory $* from the script this warning comes up - WARNING: The file '/WEB-INF/lib/slf4j-api-1.7.7.jar' is being overwritten by this module. The original has been backed-up to '/WEB-INF/classes/alfresco/module/backup/53e75990-4c0b-11e5-b31b-f58fe596a424.bin'
obviously I forced it anyway so it creates the .war file but when the .war file explodes on alfresco restart I only have a partial alfresco folder.. I am wondering is this overwriting important .jars? And if so how can I make it so it isnt?