Hi,

Last time I used jetty I had to manually download ajp-library for jetty and add 
it to my jetty installation. I haven't been following jetty development very 
closely lately, but at least in past ajp-connector wasn't included by default.

-Tuomas
________________________________
From: gerome<mailto:[email protected]>
Sent: ‎30.‎8.‎2013 16:34
To: 
[email protected]<mailto:[email protected]>
Subject: [Geoserver-users] load balancing - jetty and Appache

Hi,
I have 2 jetty geoserver instances on the same server.
one is on the 8080 port the other on the 8081
I have an Appache in front of these 2 geoserver and with the
mod_proxy_balancer working.

I would like to use the mod_proxy_ajp. I've read that I should add a
connector in the jetty.xml
but when I add it, the server doesn't start

my jetty.xml








    <Call name="addConnector">
      <Arg>
          <New class="org.mortbay.jetty.nio.SelectChannelConnector">
            <Set name="port"><SystemProperty name="jetty.port"
default="8080"/></Set>
            <Set name="maxIdleTime">30000</Set>
            <Set name="Acceptors">2</Set>
            <Set name="confidentialPort">8443</Set>
          </New>
      </Arg>
    </Call>
    <Call name="addConnector">
      <Arg>
        <New class="org.mortbay.jetty.ajp.Ajp13SocketConnector">
          <Set name="port">8009</Set>
        </New>
      </Arg>
    </Call>

do any one has an method with this issue ?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/load-balancing-jetty-and-Appache-tp5075226.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to