I am configuring the Bugzilla Zimlet using this process. Am I forgetting something? The configuration changes are ignored. I have already installed the zimlet using
zmzimletclt install.
Code:
zimbra@server:~/conf$ zmzimletctl getConfigTemplate /opt/zimbra/zimlets-extra/com_zimbra_bugz.zip > bugz_zimlet-config.xml
I modify the file as follows:
Code:
<zimletConfig name="com_zimbra_bugz" version="1.0">
<global>
<property name="url">http://mybugzilla.mydomain.com/bugzilla/show_bug.cgi</property>
<property name="allowedDomains">*.mydomain.com</property>
</global>
</zimletConfig> Then, I tell zimbra to use it:
Code:
zimbra@server:~/conf$ zmzimletctl configure bugz_zimlet-config.xml
[] INFO: Installing Zimlet config for com_zimbra_bugz
But no matter how many times I restart tomcat/zimbra/the server, it always hits bugzilla.zimbra.com instead of my local bugzilla server.