View Single Post
  #6 (permalink)  
Old 08-04-2008, 07:27 PM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Posts: 1,666
Default

Follow the following steps:

1. save zimlet zips into <install>/zimlets

2. cd into <install> from terminal

3. run the following line for each zimlet:

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/<zimlet_name>.zip

4. restart zdesktop backend server

where <install> is the folder where you installed zdesktop. The above assumes you are on Mac or Linux. If you are on windows, you'll need to fix the path by replacing '/' with '\' and ':' with ';'.
Reply With Quote