Re: [Geoserver-users] Securing with digest

2016-02-03 Thread Petteri Packalen
> @Andrea. > Replacing the basic auth filter with the digist auth filter is the most > common use case but it you can use this filter on any chain. Yes, this was exactly what I did. > @Petteri > It is not Jetty specific. Yep, I noticed. Switching to Tomcat7 did not solve the problem. Cheers, P

[Geoserver-users] serving DEM files using Geoserver

2016-02-03 Thread Bulent Ozhorasan
Greetings,I'm using Geoserver 2.8.1.I have downloaded DEM package from http://www.ngdc.noaa.gov/dem/squareCellGrid/search siteWhich option should I select from Raster Data Sources to publish it as a WMS layer? or is there a plugin for DEM? In extensions page I haven't seen an item related with D

Re: [Geoserver-users] Production Config

2016-02-03 Thread David Alda Fernandez de Lezea
Hi Gabriel, Thanks for your response. I've added this JVM options in the apache monitor in the Java options tab, and apparently, after testing different formats, I have to pass them without blank spaces and new lines... Otherwise the service won't start. And the thing is that I don't know if t

Re: [Geoserver-users] Production Config

2016-02-03 Thread Gabriel Roldan
how come there's no space between JVM arguments?, like in "-server-Xmx2048M-..." should be "-server -Xmx2048M -..." Is that just a copy&paste error or is that how you're actually passing them, cause if it is I doubt they'll have any impact, or at least I've never seen JVM args passed in that way

Re: [Geoserver-users] JDK version?

2016-02-03 Thread Ben Caradoc-Davies
Peter, GeoServer 2.8 requires a minimum of Java 7, but is supported under Java 8. Where in the docs do you see a contradiction? Please let us know so that we can fix it. Kind regards, Ben. On 04/02/16 11:48, Parker, Peter R (DNR) wrote: > Is Geoserver 2.8 certified under JDK 1.8? Documents see

[Geoserver-users] JDK version?

2016-02-03 Thread Parker, Peter R (DNR)
Is Geoserver 2.8 certified under JDK 1.8? Documents seem to contradict themselves. Peter Parker -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at

Re: [Geoserver-users] Securing with digest

2016-02-03 Thread Petteri Packalen
Hi, Is the problem Jetty specific? I can give a try with Apache. I will open an issue. Cheers, Petteri On 3.2.2016, at 18.22, Christian Mueller mailto:christian.muel...@os-solutions.at>> wrote: Hi Unfortunately, digest auth does not work in some situations, don't know why. Can you open an

Re: [Geoserver-users] NetCDF Compression Settings

2016-02-03 Thread Daniele Romagnoli
Hi Kevin, We had this working when specifying NetCDF4-classic output format. I will check that in the next days looking for any regression occurred in the meantime. Cheers, Daniele On Wed, Feb 3, 2016 at 3:51 PM, kweis...@harris.com wrote: > Hello, > > Sorry for posting this twice, but I think

Re: [Geoserver-users] New User Can't Get it Working

2016-02-03 Thread Russ
Try browsing to port 8080 Russ Sent from my iPhone > On 3 Feb 2016, at 16:31, Goodspeed, Glenn wrote: > > I’m trying to get GeoServer 2.8.0 working for the first time. I followed the > installation instructions, but when I browse to the web server, it says “403 > Forbidden You don't have pe

[Geoserver-users] New User Can't Get it Working

2016-02-03 Thread Goodspeed, Glenn
I'm trying to get GeoServer 2.8.0 working for the first time. I followed the installation instructions, but when I browse to the web server, it says "403 Forbidden You don't have permission to access / on this server." The server runs Apache 2.x. If I put an index.html file in the geoserver d

Re: [Geoserver-users] Securing with digest

2016-02-03 Thread Andrea Aime
On Wed, Feb 3, 2016 at 5:22 PM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi > > Unfortunately, digest auth does not work in some situations, don't know > why. Can you open an issue in the issue tracker. > Hi Christian, I am wondering if there might be user error there. Lik

Re: [Geoserver-users] Securing with digest

2016-02-03 Thread Christian Mueller
Hi Unfortunately, digest auth does not work in some situations, don't know why. Can you open an issue in the issue tracker. Cheers Christian On Tue, Feb 2, 2016 at 2:42 PM, Petteri Packalen wrote: > Hi, > > I cannot get digest authentication to work in GeoServer 2.8.1. Without > digest it wor

Re: [Geoserver-users] WPS: Point in Polygon

2016-02-03 Thread carrbrpoa
I ended up solving this by returning a Polygon instead of a Point in my custom process. Something like: (...) WKTReader wktReader = new WKTReader(new GeometryFactory()); Geometry geom = wktReader.read(pointString); GeometryBuilder gb = new GeometryBuilder(); Point p = (Point)geom; Polygon poly = g

Re: [Geoserver-users] NetCDF Compression Settings

2016-02-03 Thread kweis...@harris.com
Hello, Sorry for posting this twice, but I think my first attempt was hidden due to Outlook's preference of sending HTML mail. I'm trying to enable NetCDF compression via the NetCDF Output plugin in GeoServer 2.8.1.  I have set a compression value (5) in both the individual layer settings as w