Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top