View Single Post
  #14 (permalink)  
Old 07-13-2009, 06:12 PM
ronanhigg ronanhigg is offline
Member
 
Posts: 10
Default

Quote:
Originally Posted by joannaxxvi View Post
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. :-)

Last edited by ronanhigg; 07-14-2009 at 03:23 PM.. Reason: Made some progress
Reply With Quote