Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-09 Thread Steve Omondi
Does that solve the performance issues you're having, and make the cluster performance comparable to the single instance case? ​I have cloned the Deployment and I want to export the Database Catalog back to XML first (I have to figure this out, I can't imaging creating the catalog again). Then I'l

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-09 Thread Andrea Aime
On Thu, Nov 9, 2017 at 11:06 AM, Steve Omondi wrote: > Hi Andrea and team, > > After several tests using jmeter, I have resolved to move my Catalog from > DB to XML Catalog. > Does that solve the performance issues you're having, and make the cluster performance comparable to the single instance

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-09 Thread Steve Omondi
Hi Andrea and team, After several tests using jmeter, I have resolved to move my Catalog from DB to XML Catalog. I have asked as question here, I thought I could draw your attention to it kindly. *Is their a method to export the Database Catalog (based on JDBCConfig) back to XML Catalog without l

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-08 Thread Andrea Aime
On Wed, Nov 8, 2017 at 1:39 PM, Steve Omondi wrote: > Hi Andrea, > > I have read the proposal GISP 155 (https://github.com/geoserver/ > geoserver/wiki/GSIP-155) and the status indicates that it's completed in > the *Geoserver-2.11-beta*. I am using *Geoserver-2.11.2*, was this > version released

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-08 Thread Steve Omondi
Hi Andrea, I have read the proposal GISP 155 (https://github.com/geoserver/g eoserver/wiki/GSIP-155) and the status indicates that it's completed in the *Geoserver-2.11-beta*. I am using *Geoserver-2.11.2*, was this version released with the improvement? Otherwise from which version of Geoserver

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-08 Thread Steve Omondi
Thanks for the clarification Andrea. Kind regards, Steve Omondi On Wed, Nov 8, 2017 at 11:04 AM, Andrea Aime wrote: > Matteo and Steve, > the clustering modules are officially unsupported (that's why you won't > find them in releases), and both occasionally need some love (e..g, > funding) to w

Re: [Geoserver-users] Standalone Geowebcache and Geoserver Data Security Checks

2017-11-08 Thread Steve Omondi
A SecurityFilter that talks to a remote GeoServer is certainly possible if someone wanted to write one, although it would lose some of the benefit of caching since it would be going to the back end for a security check each request. ​This would be great. It could be implemented with an option to f

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-08 Thread Andrea Aime
Matteo and Steve, the clustering modules are officially unsupported (that's why you won't find them in releases), and both occasionally need some love (e..g, funding) to work better. All open source licenses state that you use the software at your own risk, but when even the project tells you somet

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-08 Thread Steve Omondi
Yes Matteo, I'm wondering if I could have used that but then I wanted the database catalog and JDBC Role Service together with monitoring so I could do other quaeries with the database outside Geoserver environment. Which seems to be costly now. I may have to switch in the next upgrade. Kind reg

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Matteo Cusmai
Hi Steve, With jms cluster you don't need jdbc config, because every catalog updates are performed on all nodes. The problem is gwc configurations, it seems that jms cluster doesn't take into account them. I have opened a thread on this issue, but up to now I haven't received any answers. On 8 No

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Steve Omondi
Hi Andrea, Are you talking about serving cached tiles or tiles that need to be built on the fly? ​Both. I pre-seed some area to a certain zoom level, but I'm also leaving most of the seeding to be done by users on the fly.​ Yes, this is well known, see this proposal I made at the beginning of

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Steve Omondi
*What kind of clustering are you using? * *In my environment I have nfs shared datadir and jms clustering and we are experiencing good enough performances.* ​I'm using Active/Active clustering with​ NFS Shared GWC DIR, shared database Catalog using JDBCConfig. All the other configuration files th

Re: [Geoserver-users] Standalone Geowebcache and Geoserver Data Security Checks

2017-11-07 Thread Kevin Smith
On 2017-11-07 12:45 AM, Andrea Aime wrote: > On Tue, Nov 7, 2017 at 9:11 AM, Steve Omondi > mailto:steve.omo...@ramani.co.ke>> wrote: > > *How do I use GWC in front of multiple Geoservers with data > security checks (Rules) workin and perform Authorization for the > layers being accesse

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Matteo Cusmai
Hi Steve, What kind of clustering are you using? In my environment I have nfs shared datadir and jms clustering and we are experiencing good enough performances. On 7 Nov 2017 19:09, "Andrea Aime" wrote: > On Tue, Nov 7, 2017 at 3:05 PM, Steve Omondi > wrote: > >> ​I have 6 Geoservers + Embe

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Andrea Aime
On Tue, Nov 7, 2017 at 3:05 PM, Steve Omondi wrote: > ​I have 6 Geoservers + Embedded GWC spread on two VMs 3 each. Each running > on separate Tomcat. All the Six Geoserver are running behind Apache HTTPD > proxy Balancer. I tried tuning the Java Process setting to optimum. > > On the other hand

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Steve Omondi
​I have 6 Geoservers + Embedded GWC spread on two VMs 3 each. Each running on separate Tomcat. All the Six Geoserver are running behind Apache HTTPD proxy Balancer. I tried tuning the Java Process setting to optimum. On the other hand I had a single Geoserver+ Embedded GWC. On performing tests, T

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Andrea Aime
On Tue, Nov 7, 2017 at 1:32 PM, Steve Omondi wrote: > Of course I'm interested to know of other approaches to achieve this > without writing other software. Or, any one offer me advice on tuning > Embedded GWC on multiple Geoservers to perform as efficient and fast as > Standalone GWC. > Can you

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Steve Omondi
oServer. > > > > Paul > > > > *From:* Steve Omondi [mailto:steve.omo...@ramani.co.ke] > *Sent:* 07 November 2017 12:33 > *To:* Paul Wittle > *Cc:* geoserver-users@lists.sourceforge.net; andrea.a...@geo-solutions.it > *Subject:* Re: [Geoserver-users] Standalone

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Paul Wittle via Geoserver-users
-users@lists.sourceforge.net; andrea.a...@geo-solutions.it Subject: Re: [Geoserver-users] Standalone Geowebcache and Geoserver Hi Paul, my case is not really what is in the discussion. I have un-controlled number of users sending request for different layers (over 1000 layers and growing). Each user

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Paul Wittle via Geoserver-users
Hi, Is the option referenced in this message thread not related to passing credentials with the requests? http://osgeo-org.1560.x6.nabble.com/How-can-I-configure-user-name-password-in-geowebcache-xml-for-wmslayers-td5023835.html I was trying to use the same settings unsuccessfully but I don't k

Re: [Geoserver-users] Standalone Geowebcache and Geoserver

2017-11-07 Thread Steve Omondi
Hi Paul, my case is not really what is in the discussion. I have un-controlled number of users sending request for different layers (over 1000 layers and growing). Each user has an AuthKey (Based on the AuthKey Module). The Authkey is queried from the Database per user and added to the WMS request

Re: [Geoserver-users] Standalone Geowebcache and Geoserver Data Security Checks

2017-11-07 Thread Steve Omondi
Thanks Andrea for the concise response. I'll have to reconsider my options. Virus-free. www.avast.com

Re: [Geoserver-users] Standalone Geowebcache and Geoserver Data Security Checks

2017-11-07 Thread Andrea Aime
On Tue, Nov 7, 2017 at 9:11 AM, Steve Omondi wrote: > *How do I use GWC in front of multiple Geoservers with data security > checks (Rules) workin and perform Authorization for the layers being > accessed and the seeded tiles? How do I mage Stand alone GWC perform Data > Security Check like the E

[Geoserver-users] Standalone Geowebcache and Geoserver Data Security Checks

2017-11-07 Thread Steve Omondi
Hey guys, I have multiple Geoserver Instances and one Standalone Geowebcache in front of the Geoservers (via a HTTPD proxy load balancer - balancing requests to the geoservers). All the Geoservers are synchronized and have *Data Rules* restricting access for different users to the different /work