I made a .xml file
I .zip it using the zip command
I copy com_zimbra_hello.zip in the dir /home/mune/zimbra/zdesktop/zimlets/
I do Code:
java -cp jetty/lib/log4j-1.2.8.jar:jetty/common/lib/commons-httpclient-3.0.jar:jetty/common/lib/mail.jar:jetty/common/lib/commons-logging.jar:jetty/common/lib/commons-codec-1.3.jar:jetty/common/lib/json.jar:jetty/common/lib/dom4j-1.5.jar:jetty/common/lib/zimbracommon.jar:jetty/webapps/service/WEB-INF/lib/zimbrastore.jar -Dzimbra.config=conf/localconfig.xml com.zimbra.cs.zimlet.ZimletUtil deploy zimlets/com_zimbra_hello.zip
this gives no error.
The dir Code:
/home/mune/zimbra/zdesktop/jetty/webapps/service/zimlet/com_zimbra/
is creatd and it contains
Code:
ls jetty/webapps/service/zimlet/com_zimbra_hello/
com_zimbra_hello.xml
But when I reopen the zimbra desktop (after I kill it), the new zimlet doesn't appear.
Does anybody have a suggestion?
Fede