View Single Post
  #5 (permalink)  
Old 06-23-2008, 01:52 PM
rocket15 rocket15 is offline
New Member
 
Posts: 3
Default

Same problem here. When i use the Jetty HTTP connector it al works fine. But now I added a AJP connector like
Zimbra with Apache using mod jk - mod proxy - mod proxy ajp - Zimbra :: Wiki

But now i get a 503 exception

1. While opening some specifik HTML email messages i receive the following message:

code: CSFE_SVC_ERROR
method: GetMsgRequest
detail: HTTP response status 503

2. When i press the send/receive email button i also get:
code: CSFE_SVC_ERROR
method: SearchRequest
detail: HTTP response status 503

I added some connector parameters to the AJP connection like:
PHP Code:
    <Call name="addConnector">
      <
Arg>
        <New 
id="ajp" class="org.mortbay.jetty.ajp.Ajp13SocketConnector">
          <
Set name="port">8009</Set>
          <
Set name="maxIdleTime">30000</Set>
          <
Set name="lowResourceMaxIdleTime">1000</Set>
          <
Set name="Acceptors">2</Set>
        </New>
      </
Arg>
    </
Call
But i still get the errors... For more connector arguments like buffers etc. take a look in de JavaDoc of de Ajp13SocketConnector
Ajp13SocketConnector (Jetty Server Project 6.1-SNAPSHOT API)


For now i work with mod_proxy over http. Some help from the Zimbra admins on this issue would be very nice.
Reply With Quote