[SOLVED] modifying the jetty.xml 's file hello,
i want to change the jetty.xml's file espacially this party:
<!-- HTTPEND -->
<!-- user services connector, SSL -->
<!-- HTTPSBEGIN
<Call name="addConnector">
<Arg>
<New id="ssl" class="org.mortbay.jetty.security.SslSelectChannel Connector">
<Set name="Port">443</Set>
<Set name="maxIdleTime">30000</Set>
<Set name="lowResourceMaxIdleTime">1000</Set>
<Set name="Acceptors">2</Set>
<Set name="keystore"><SystemProperty name="jetty.home" default="."/>/etc/keystore</Set>
<Set name="password">VgShv5lM</Set>
<Set name="ExcludeCipherSuites">
<Array type="java.lang.String">
<Item>SSL_RSA_WITH_DES_CBC_SHA</Item>
<Item>SSL_DHE_RSA_WITH_DES_CBC_SHA</Item>
<Item>SSL_DHE_DSS_WITH_DES_CBC_SHA</Item>
<Item>SSL_RSA_EXPORT_WITH_RC4_40_MD5</Item>
<Item>SSL_RSA_EXPORT_WITH_DES40_CBC_SHA</Item>
<Item>SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA</Item>
<Item>SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA</Item>
</Array>
</Set>
</New>
</Arg>
</Call>
HTTPSEND -->
i have changed the right of access by this command:
chmod 777 jetty.xml
i have removed the comment.
but the problem was that when i restart zimbra
the file return to the initial status as i have not maked any change.
so please have you any idea
thanks for your help. |