Quote:
Originally Posted by joannaxxvi I was also having the same problem, I eventually found out that you have to use '\' instead of '/', plus you have to specifically write the path of the jar files instead of '*'. Hope the code below works for you..
C:\Documents and Settings\<Your Home Directory>\Local Settings\Application Data\Zimbra\zdesktop>jre\bin\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;jettycommon\lib\commons-codec-1.3.jar;jetty\common\lib\json.jar;jetty\common\lib \dom4j-1.5.jar;jetty\common\lib\zimbracommon.jar;jetty\we bapps\service\WEB-INF\lib\zimbrastore.jar -Dzimbra.config=conf\localconfig.xml com.zimbra.cs.zimlet.ZimletUtil deploy zimlets/<Your Zimlet> |
Hi, I received an error when running this code on Windows XP SP3 + Zimbra Desktop v1.0 (build 1593).
But, I did not get an error when I ran this:
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\we bapps\service\WEB-INF\lib\zimbrastore.jar -Dzimbra.config=conf\localconfig.xml com.zimbra.cs.zimlet.ZimletUtil deploy zimlets\Com_zimbra_openalldomains.zip
I received the "success message":
[] INFO: Deploying on localhost
[] INFO: Deploy initiated. (check the servers mailbox.log for the status)
NOTE: It took several minutes for the Zimlet to be deployed and show up in the jetty\webapps\service\zimlet folder. I couldn't work out what the problem was until I was just patient. :-)