Calendar integration for Alfresco Share

cancel
Showing results for 
Search instead for 
Did you mean: 
dev7
Member II

Calendar integration for Alfresco Share

I try to integrate calendar invites in Alfresco. I use this link

https://github.com/jpotts/share-inbound-invites

I download inbound-invites-repo and just use mvn install, i don't change pom.xml and get BUILD SUCCESS.

Than I copy inbound-invites-repo-1.1.1-SNAPSHOT.amp to $ALFRESCO_HOME/amps, then run bin/apply_amps.sh

After that when i run

http://127.0.0.1:8080/share/

I got error

 HTTP Status 404 - /share/   type Status report   message /share/   description The requested resource is not available.   Apache Tomcat/7.0.x

Any idea or suggestion how to integrate calendar invites in alfresco share...?

1 Reply
jpotts
Professional

Re: Calendar integration for Alfresco Share

This was asked and answered on Stack. The problem was the OP did not shut down Tomcat before deploying the AMPs, so the WARs were undeployed.

maven - Calendar integration for Alfresco Share - Stack Overflow