Re: [Geoserver-users] GeoServer 2.2.4 login does not work in WebSphere 8.5.5, but GeoServer 2.8.5 does!

2019-10-18 Thread Andrea Aime
Hi Juanita, this would be useful information in a tutorial I believe... there is one for JBoss here: https://docs.geoserver.org/stable/en/user/tutorials/jboss/jboss_tutorial.html Maybe you could add one for WebSphere too? Instructions on how to write docs here:

Re: [Geoserver-users] Which Java 8? A quick benchmark

2019-10-18 Thread timita
That is correct, Andrea. It's a dataset with over 600,000 fairly complex polygons, but no complex styles, and the requested tiles are 512 x 512. Some tiles in those samples (generated randomly) have over 300K features in them. The machine is small, with 4 vCPU and 8 GB of RAM and GeoServer is

Re: [Geoserver-users] Which Java 8? A quick benchmark

2019-10-18 Thread Andrea Aime
By the low throughput value I imagine the map in question is quite complex, yes? (or the map generated is just big?) If so, I'm guessing you're seeing the effects of the changes made to speed up the OSM map generation in GeoServer 2.16.0, I've presented that work at FOSS4G 2019:

Re: [Geoserver-users] Which Java 8? A quick benchmark

2019-10-18 Thread timita
The cherry on the cake: I repeated the same test, but with GeoServer 2.16.0 and only for Amazon Corretto (which originally was the fastest). No other changes to the config or to the dataset. Quite an impressive gain by just switching from GeoServer 2.15.0 to 2.16.0.Humble thanks from a happy

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Nikola Jankovic
Hi Alessio, Thanks for the reply. You understood correctly. I followed the documentation fully but couldn't get the desired result, and after some tweaking & research I managed to achieve the full proper login. I will make a PR with the updates. Cheers, Nikola

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Alessio Fabiani
Hi Nikola, it looks good to me. Thank you very much. Alessio. Il giorno ven 18 ott 2019 alle ore 16:10 Nikola Jankovic < nikola.janko...@eodc.eu> ha scritto: > Hey all, > > I have submitted the PR @ https://github.com/geoserver/geoserver/pull/3837 > > I hope this is enough & if you need more

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Nikola Jankovic
Hey all, I have submitted the PR @ https://github.com/geoserver/geoserver/pull/3837 I hope this is enough & if you need more info just let me know. Cheers, Nikola From: Alessio Fabiani Sent: 18 October 2019 15:09 To: Andrea Aime Cc: Alessio Fabiani ; Nikola

Re: [Geoserver-users] missing templates folder

2019-10-18 Thread Vera Green
If anyone else is struggling with this here are the steps: cd /opt/tomcat/webapps/geoserver/data/workspaces cp /yourPath/content.ftl . chown tomcat:tomcat content.ftl cd .. mkdir templates chown tomcat:tomcat templates cp / yourPath /header.ftl templates/. cp / yourPath /footer.ftl templates/.

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Alessio Fabiani
Thanks Nikola and Andrea, I created a JIRA issue to keep track of the change https://osgeo-org.atlassian.net/browse/GEOS-9372 The Pull Request should title something like this: [GEOS-9372] Community Keycloack plugin doc is incomplete Regards, Alessio. Il giorno ven 18 ott 2019 alle ore

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Andrea Aime
On Fri, Oct 18, 2019 at 2:58 PM Alessio Fabiani < alessio.fabi...@geo-solutions.it> wrote: > Any chance for you to make a Pull Request on GeoServer with the updates to > the docs so that we can review them? > If it's small changes, this would help:

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Alessio Fabiani
Hello Nikola, sorry for the late reply and thanks for having dug into this issue. So, as far as I understand, it is more matter of configuration right? And it looks like the documentation is incomplete or not clear enough, am I right? Any chance for you to make a Pull Request on GeoServer with

Re: [Geoserver-users] Matching pre-built Windows x64 binaries for GeoServer 2.16.0, GDAL 2.x, and ECW JPEG 2000 SDK 5.4

2019-10-18 Thread Andrea Aime
Mats, the Windows installer is there to help people get started, testing GeoServer and getting to know it, and play with it on their development machine (which is Windows for many). Having an installer that gives many people a quick intro to GeoServer is important for the project diffusion. We

Re: [Geoserver-users] Keycloak with geoserver 403 error

2019-10-18 Thread Nikola Jankovic
Hey all, I have discovered what is the issue. Apparently the module doesn't recognize some of the token decryption algorithms, and I solved the issue by forcing RS256 on the client and including the realm-public-key ​for RS256 in the adapter config which is located in keycloak realm settings.