How to load custom jar in Zimbra Server?

Interested in talking about Mash-up's? This is the place.
Post Reply
Mansic03
Posts: 1
Joined: Sat Sep 28, 2019 7:17 am

How to load custom jar in Zimbra Server?

Post by Mansic03 »

I have overwritten the code of the FileUploadServlet.class (\com\zimbra\cs\service\FileUploadServlet.class) of the zimbrastore.jar file. The new class has packaged it into a new jar file -> myCustomJar.jar

How can I do Zimbra load my myCustomJar.jar file and not use the FileUploadServlet.class class of the zimbrastore.jar file but use the FileUploadServlet.class class of myCustomJar.jar?

One way to do this is to do that the last Jar to be loaded be myCustomJar.jar, but I don't know how to do this.

I appreciate your help.
Thank you.
Post Reply