Re: [Geoserver-users] Native JAI not working

2012-07-05 Thread Benjamin Mearns
Glad to hear it, Michael! I don't remember needing to set any parameters via Tomcat manager or in any files ... just directly in my Windows environment variables: These are the three related to Java or Geoserver that I had set (included the values just for example). BTW, I didn't see anything

Re: [Geoserver-users] Native JAI not working

2012-07-03 Thread Benjamin Mearns
Michael, I'm hoping to reinstall on a VM and document my install soon. Ben On Monday, July 2, 2012, Michael Smith micha...@abag.ca.gov wrote: The native JAI Windows installers install the files to JAVA_HOME\jre\lib\ext To try and get the Windows installers output recognized I tried the

Re: [Geoserver-users] Native JAI not working

2012-06-29 Thread Benjamin Mearns
Michael, I have the native JAI functioning on Windows Server 2008 R2 Standard SP1 64-bit but with all other components of the stack being 32-bit ... these are the other components: -apache-tomcat-7.0.27.exe (32-bit) -jai_imageio-1_1 (32-bit) -jai-1_1_3 (32-bit) -jre-7u4 (32-bit) and

Re: [Geoserver-users] Container Considerations in Windows

2012-01-19 Thread Benjamin Mearns
Hi Manesh, You should make those changes to startup.bat, which for me was located at C:\Program Files (x86)\geoserver-2.2\bin\startup.bat I made those changes to line 120 and this is what I have now: %RUN_JAVA% -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSClassUnloadingEnabled

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Benjamin Mearns
I'm having to restart nightly with many fewer layers/stores configured. Was getting the oom with 2 layers groups with around 5 layers each that were drawing on a single postgis database. My SLDs are pretty complex ... doing a lot of labeling and scale depedencies. Am on a Windows server though,

Re: [Geoserver-users] Integrated GWC Error

2011-10-24 Thread Benjamin Mearns
I was getting a different no-args error which seemed to be caused by memory management issues. I was able to fix it by adding some memory parameters to the startup script (startup.bat/.sh). These included -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSClassUnloadingEnabled -Xms48m

Re: [Geoserver-users] OpenLayers in preview

2011-10-13 Thread Benjamin Mearns
Hi Stephen, Just go to the GWC demo page: http://localhost:8080/geoserver/gwc/demo and pick the relevant layer ... think those params will mostly work there work too. Ben On Thu, Oct 13, 2011 at 3:27 PM, Stephen V. Mather s...@clevelandmetroparks.com wrote: Hi All, I

[Geoserver-users] installing geoserver as a windows service from os independent distribution

2011-09-07 Thread Benjamin Mearns
Hi, I'm running a Geoserver snapshot, which does not come with a geoserver installer from which a Windows service could be installed. Does anyone have experience installing the OS independent binary as a Windows service? Thanks, Ben -- Ben Mearns Lead Geospatial Information Consultant IT-Client

Re: [Geoserver-users] System requirements for OSM-data in geoserver

2011-08-02 Thread Benjamin Mearns
have you tried using the MinScaleDenominator tag? I think this would necessary, so not all layers attempt to render at the smallest scale ... he's an example from my sld: Rule Namecite:planet_osm_polygon/Name Titleudbuilding/Title Abstractudbuilding style

Re: [Geoserver-users] OSM styles for Geoserver

2011-07-25 Thread Benjamin Mearns
...@gmail.com wrote: Thanx Ben, It works fine, but how do you implement the background (ocean,continent areas) and the places for it? 2011/7/22 Benjamin Mearns mea...@udel.edu there this: https://github.com/FlorentDotMe/OSM-Styles-for-GeoServer On Fri, Jul 22, 2011 at 10:47 AM, Andrey Maraev

Re: [Geoserver-users] OSM styles for Geoserver

2011-07-22 Thread Benjamin Mearns
there this: https://github.com/FlorentDotMe/OSM-Styles-for-GeoServer On Fri, Jul 22, 2011 at 10:47 AM, Andrey Maraev asmar...@gmail.com wrote: Hello there! Does anyone know where I can pick up the osm styles for my geoserver. I have already any styles for my job, i.e. for the table

Re: [Geoserver-users] SLD advanced styling problem

2011-02-15 Thread Benjamin Mearns
Have not done this myself: you could make a new layer from a SQL view that groups points by proximity and then show this (and not the one with all the points) when you're zoomed out to a particular scale. I'm not sure what the query to make that view would look like ... would definitely need to be

Re: [Geoserver-users] How to use GeoServer published data with ArcGIS API

2011-02-12 Thread Benjamin Mearns
Hi Mustafa, The base url for a wms request to geoserver is like this http://HOST/wms. You should be able to choose what layers show, etc. through properties or the constructor of the WMSLayer class. At this point, I should say that I haven't actually used a Geoserver WMS with ArcGIS JavaScript

Re: [Geoserver-users] How to use GeoServer published data with ArcGIS API

2011-02-11 Thread Benjamin Mearns
Hi Mustafa, You can add it as a WMS layer using documentation here: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/wmslayer.htm From that page: This snippet requires setting up a proxy page var wmsLayer = new esri.layers.WMSLayer(wmsURL); This snippet specifies the resourceInfo