Question

I have created one custom theme with help of eclipse and alfresco sdk. After successfully build it genarate amp and zip file. How can i deploy for share in alfresco for windows?

I have tried to put in the Tomcat\webapps\share\themes and Tomcat\webapps\share\WEB-INF\lib folder but it didn't work.

Was it helpful?

Solution

I use alfresco-mmt.jar to deploy amp file for custom theme. I use below command. and restart my server. It work.

java -jar alfresco-mmt.jar install D:\Alfresco\amps_share\alfrescoThemes_myFirstTheme.amp D:\Alfresco\Tomcat\webapps\share.war

java -jar alfresco-mmt.jar install <amp file path> <destination war file path>

Thanks Gagravarr for your hint.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top