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.
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
Sent: 30.8.2013 16:34
To: geoserver-users@anonymised.comourceforge.net
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
30000
2
8443
8009
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
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi,
Thanks a lot,
I’ll try later this week
···
2013/9/3 Koivusalo, Tuomas-2 [via OSGeo.org] <[hidden email]>
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: [hidden email]
Sent: 30.8.2013 16:34
To: [hidden email]
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
30000
2
8443
8009
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
[hidden email]
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users
If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/load-balancing-jetty-and-Appache-tp5075226p5075815.html
To unsubscribe from load balancing - jetty and Appache, click here.
NAML