Workaround for Zimbra 7.2 version
Version 1.2 of StarXpert:Save zimlet did not work ok with our Zimbra 7.2 test version.
This is what we had to do in order to make it work:
Code:
ln -s /opt/zimbra/jetty/webapps/zimbra/WEB-INF/lib/zimbrasoap.jar \
/opt/zimbra/jetty/webapps/zimlet/WEB-INF/lib
ln -s /opt/zimbra/jetty/webapps/zimbra/WEB-INF/lib/zimbrastore.jar \
/opt/zimbra/jetty/webapps/zimlet/WEB-INF/lib
ln -s /opt/zimbra/jetty/webapps/zimbra/WEB-INF/lib/zimbrataglib.jar \
/opt/zimbra/jetty/webapps/zimlet/WEB-INF/lib
instead of the first lib symbolic link which complained about the already existant link.
It would be nice to add this information to the zimlet docs. It seems that some zimlets such as anymeeting, asterisk, sugar make use of the lib directory.