[Geoserver-users] Running multiple instances of Geoserver in Tomcat 7.0

2011-08-19 Thread AndyC
Afternoon After numerous unsuccessful searches I am looking for a tutorial or guide on how to install multiple instances of Geoserver using Tomcat 7.0. I have tried renaming the geoserver.war to geoserver_alpha.war and geoserver_beta.war and restarted Tomcat. Both appear in the list of

[Geoserver-users] Error when adding ImageMosaic store on GS trunk: No ImageIO reader s availaible.

2011-08-19 Thread Gis Mage
Hi list! When adding ImageMosaic store and yping a path to the folder with 4 geotiff files, gui throws an error: Could not list layers for this store, an error occurred retrieving them: Unable to acquire a reader for this coverage with format: ImageMosaic Verbose log is turned on, so looking

[Geoserver-users] Can I add a group layer to a workspace?

2011-08-19 Thread Gis Mage
Hi list! Is it possible to add a group layer to a workspace? I can manually edit xml's inside my data dir if needed. I just want to know if this can be done at all. -- Get a FREE DOWNLOAD! and learn more about uberSVN

Re: [Geoserver-users] Error when adding ImageMosaic store on GS trunk: No ImageIO reader s availaible.

2011-08-19 Thread Simone Giannecchini
this should help: http://geo-solutions.blogspot.com/2010/05/fix-geotools-and-geoserver-not-able-to.html Regards, Simone Giannecchini --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054  Massarosa (LU) Italy

Re: [Geoserver-users] Running multiple instances of Geoserver in Tomcat 7.0

2011-08-19 Thread Simone Giannecchini
different perspective, why not having multiple separate tomcat instances? It makes things more manageable in most cases and you can run the, using a single tomcat binary installation. Regards, Simone Giannecchini --- Ing. Simone Giannecchini

[Geoserver-users] 502 Proxy error on large responses

2011-08-19 Thread Charles Galpin
I know this is not directly geoserver related but I am hoping someone has run into this. I am using apache httpd as a reverse proxy in front of geoserver and everything normally works fine except for one request which fails with a i have tried increasing the Timeout and ProxyTimeout but I

Re: [Geoserver-users] Can I add a group layer to a workspace?

2011-08-19 Thread Andrea Aime
On Fri, Aug 19, 2011 at 2:35 PM, Gis Mage gism...@gmail.com wrote: Hi list! Is it possible to add a group layer to a workspace? I can manually edit xml's inside my data dir if needed. I just want to know if this can be done at all. Nope, layer groups cannot be linked to a workspace Cheers

Re: [Geoserver-users] Can I add a group layer to a workspace?

2011-08-19 Thread Justin Deoliveira
Although I do think this could be useful. I think having layer groups and styles be contained within a workspace would be the last step to actually having per workspace/virtual services. Well that and service configuration per workspace as well. On Fri, Aug 19, 2011 at 7:59 AM, Andrea Aime

Re: [Geoserver-users] Can I add a group layer to a workspace?

2011-08-19 Thread Andrea Aime
On Fri, Aug 19, 2011 at 4:05 PM, Justin Deoliveira jdeol...@opengeo.org wrote: Although I do think this could be useful. I think having layer groups and styles be contained within a workspace would be the last step to actually having per workspace/virtual services. Well that and service

Re: [Geoserver-users] Can I add a group layer to a workspace?

2011-08-19 Thread Gis Mage
Totally useful, because I've got a 20+mb GetCaps document, which is really insane to use on the client. I can't do anything about it now, because my basemap is a layer group, and everything else sits inside workspaces. So a client app has to get root getcaps anyways. The only solution I have is

Re: [Geoserver-users] Error when adding ImageMosaic store on GS trunk: No ImageIO reader s availaible.

2011-08-19 Thread Gis Mage
Nope, this is not my case. When I add a GeoTiff store, everything loads ok. It should be something wrong with mosaic readers. 2011/8/19 Simone Giannecchini simone.giannecch...@geo-solutions.it: this should help:

Re: [Geoserver-users] Error when adding ImageMosaic store on GS trunk: No ImageIO reader s availaible.

2011-08-19 Thread Andrea Aime
On Fri, Aug 19, 2011 at 5:54 PM, Gis Mage gism...@gmail.com wrote: Nope, this is not my case. When I add a GeoTiff store, everything loads ok. It should be something wrong with mosaic readers. You're jumping to conclusions too quickly, the code paths to grab a jai tiff reader used by the

[Geoserver-users] Dynamic symbolizer - the area patterning with .svg symbols doesn´t work

2011-08-19 Thread Anders Söderman
Hi, I´ve tried 4 days now (GS 2.1, 2.1.1 and OpenGeo GS 2.1-SNAPSHOT), but Dynamic symbolizer just want work for me. I made a new column in PostGIS which I called YMark500 and I used the PostGIS SQL DEFAULT command. to write the name of one .svg file: from pgAdminIII: YMark500 character

Re: [Geoserver-users] SLD related error when previewing layers

2011-08-19 Thread Stefan Tzeggai
Hi Andrea ogc:PropertyIsEqualTo ogc:LiteralALL_LABEL_CLASSES_ENABLED/ogc:Literal ogc:LiteralALL_LABEL_CLASSES_ENABLED/ogc:Literal /ogc:PropertyIsEqualTo ogc:And ogc:Not ogc:And

Re: [Geoserver-users] SLD related error when previewing layers

2011-08-19 Thread Stefan Tzeggai
Hi Andrea ogc:PropertyIsEqualTo ogc:LiteralALL_LABEL_CLASSES_ENABLED/ogc:Literal ogc:LiteralALL_LABEL_CLASSES_ENABLED/ogc:Literal /ogc:PropertyIsEqualTo ogc:And ogc:Not ogc:And

[Geoserver-users] Problem with RESTful creation of layers based on Postgis tables

2011-08-19 Thread Garey Mills
Hi - I am using Geoserver 2.1.1. have a several hundreds layers in around 10 stores. I created them all by creating PostGis tables from shape files and then running a cURL command line like this: curl -u admin:passwd -XPOST -H 'Content-type: text/xml' -d

Re: [Geoserver-users] Dynamic symbolizer - the area patterning with .svg symbols doesn´t work

2011-08-19 Thread Andrea Aime
On Fri, Aug 19, 2011 at 6:56 PM, Anders Söderman anders.soder...@gisassistans.se wrote: Hi, I´ve tried 4 days now (GS 2.1, 2.1.1 and OpenGeo GS 2.1-SNAPSHOT), but Dynamic symbolizer just want work for me. I made a new column in PostGIS which I called YMark500 and I used the PostGIS SQL

Re: [Geoserver-users] Problem with RESTful creation of layers based on Postgis tables

2011-08-19 Thread Andrea Aime
On Fri, Aug 19, 2011 at 9:44 PM, Garey Mills gmi...@library.berkeley.edu wrote: Hi -     I am using Geoserver 2.1.1. have a several hundreds layers in around 10 stores. I created them all by creating PostGis tables from shape files and then running a cURL command line like this: curl -u

Re: [Geoserver-users] Problem with RESTful creation of layers based on Postgis tables

2011-08-19 Thread Garey Mills
Andrea - Thank you. Turns out that shp2pgsql lowercases all tablenames. Changing the case of the features in the REST cmds did the trick. Garey On 8/19/2011 12:59 PM, Andrea Aime wrote: On Fri, Aug 19, 2011 at 9:44 PM, Garey Mills gmi...@library.berkeley.edu wrote: Hi - I am