
Originally Posted by
jholder
Is it me, or is the code blank.
Try to post your error again.
The code was not blank. It was correct but I had to tweak the entry to get it posted correctly here in the forum since the forum filter destroys it. Anyway... will post it again.
I replaced < with [
and > with ]
in order to get the post correctly displayed here in this form.
server.xml: Code:
[!-- =========================== Zimbra ================================= --]
[!-- Zimbra user services connector, no SSL --]
[Connector port="7070" maxHttpHeaderSize="8192"
acceptCount="1024"
enableLookups="false" redirectPort="7443"
URIEncoding="UTF-8"
compression="on"
compressionMinSize="1024"
compressableMimeType="text/html,text/plain,text/css,text/xml"
noCompressionUserAgents=".*MSIE 6.*, gozilla, traviata"
maxThreads="10" minSpareThreads="10" maxSpareThreads="10"/]
[!-- Zimbra user services connector, SSL --]
[Connector port="7443" maxHttpHeaderSize="8192"
acceptCount="1024"
enableLookups="false"
disableUploadTimeout="true"
maxThreads="10" minSpareThreads="10" maxSpareThreads="10"
scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
URIEncoding="UTF-8"
compression="on"
compressionMinSize="1024"
compressableMimeType="text/html,text/plain,text/css,text/xml"
noCompressionUserAgents=".*MSIE 6.*, gozilla, traviata"
keystoreFile="conf/keystore" keystorePass="zimbra"/]
[!-- Zimbra admin services connector; requires SSL --]
[Connector port="7071" maxHttpHeaderSize="8192"
acceptCount="1024"
enableLookups="false"
disableUploadTimeout="true"
maxThreads="10" minSpareThreads="10" maxSpareThreads="10"
scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
URIEncoding="UTF-8"
compression="on"
compressionMinSize="1024"
compressableMimeType="text/html,text/plain,text/css,text/xml"
noCompressionUserAgents=".*MSIE 6.*, gozilla, traviata"
keystoreFile="conf/keystore" keystorePass="zimbra"/]
[!-- =========================== Zimbra ================================= --] web.xml: Code:
[!-- =========================== Zimbra ================================= --]
[mime-mapping]
[extension]zgz[/extension]
[mime-type]text/javascript[/mime-type]
[/mime-mapping]
[!-- =========================== Zimbra ================================= --] btw: I think the forum software should not mess up with the content if it is enclosed in code /code entries.
// steve