I think I would make sense to have similar behaviour for all file based stores, and I do like the behaviour of featureStore. I'll try to file a jira task on this (will be my first one ever for geoserver :)).
Hi Vincent,
thank you very much for your help and testing ... I built the WCS module thinking that all files should be relative to the GEOSERVER DATA DIR, so this is not a bug on the actual interface. However if people need to access coverages outside the DATA DIR too, I think should not be a problem to do this improvement. I think is a good idea to open a Jira task about that, however.
On 10/18/06, *Vincent Schut* <schut@anonymised.com <mailto:schut@anonymised.com>> wrote:
OK, so I think I found the culprit.
For coverageStores, the file url handler does *not* handle absolute
filenames correctly, or at least not as I understood it should.
What I thought it should do is: for file url's that don't start
with a
slash (relative filenames), append them to GEOSERVER_DATA_DIR, and for
those that *do* start with a slash, use them as absolute
filenames. This
is at least the behaviour for FeatureStores. However, no matter what,
all file url's for coveragestores are seen as relative to the
geoserver
data dir, so files that reside outside this dir can never be found.
Should I open a jira issue on this?
Vincent.
-------- Original Message --------
From: Vincent Schut <schut@anonymised.com <mailto:schut@anonymised.com>>
To: Alessio Fabiani <alessio.fabiani@anonymised.com
<mailto:alessio.fabiani@anonymised.com>>
Subject: Re:[Geoserver-devel] [Geoserver-users] geoserver-wcs:
connection parameters are invalid error for every CoverageStore
Date: 10/18/2006 12:01 PM
> Decided to try to deploy geoserver on another linux computer.
> Surprisingly, on this pc all works fine (except for the gtopo
character
> case thingy of course, see previous email). So the problem has
something
> to do with the local linux install probably... Don't ask me what,
> however. Main differences that I can think of are: amd64
(working), i586
> (not working correctly) and utf8 (working) non-utf8 system (not
> working). Java versions are the same, distro's are the same.
Let's close
> the issue for the time being (the previous test pc was not our main
> server, so I have hopes to be able to deploy to our main web server
> later without problems...). When the problem arises again, of course
> I'll mail the list.
>
> This however stresses the importance of informational error
messages.
> The only message I got, even after enabling the most verbose
logging,
> was "Unable to get an ImageInputStream". That's pretty hard to
debug for
> a non geoserver core developer...
>
> Anyways, glad things seem to work now. Keep up the good work!
>
> Vincent.
>
> -------- Original Message --------
> From: "Alessio Fabiani" < alessio.fabiani@anonymised.com
<mailto:alessio.fabiani@anonymised.com>>
> To: "Alexander Petkov" <greenkov@anonymised.com
<mailto:greenkov@anonymised.com>>
> Subject: Re:[Geoserver-users] [Geoserver-devel] geoserver-wcs:
> connection parameters are invalid error for every CoverageStore
> Date: 10/17/2006 09:21 PM
>
>> Thanks Alex, I'm going to do some testing too very soon!
>>
>> On 10/17/06, *Alexander Petkov* <greenkov@anonymised.com
<mailto:greenkov@anonymised.com>
>> <mailto:greenkov@anonymised.com>> wrote:
>>
>> It seems to work on Linux OS.
>>
>> 1. I downloaded and installed jdk1.5.0_06 , JAI and jai-imageIO
>> 2. I downloaded and extracted tomcat 5.5.20
>> 3. I built a geoserver war with "mvn -Dmaven.test.skip
clean install"
>> from today's SVN.
>> 4. Moved geoserver.war to tomcat's webapps subdirectory
>> 5. Started and stopped tomcat.
>> 5. Deleted geoserver/data subdirectory
>> 6. Defined GEOSERVER_DATA_DIR variable in geoserver's
web.xml as
>> described here:
>> http://docs.codehaus.org/display/GEOSDOC/GeoServer+Data+Directory
>> <
http://docs.codehaus.org/display/GEOSDOC/GeoServer+Data+Directory>
>> (for some reason exporting the env. variable did not work,
maybe
>> catalina.sh needs to be modified).
>> 7. Started tomcat.
>>
>> Configuring new coverageStores and coverages seemed to work
(I got
>> a map).
>>
>> The only thing I see as not working so far is using the
exported
>> GEOSERVER_DATA_DIR from the shell, but I might be wrong on
that one.
>> Other than that, geoserver WCS seems to behave as expected
under
>> tomcat in a Linux environment.
>>
>> Alex
>>
>> On 10/17/06, Simone Giannecchini < simboss1@anonymised.com
<mailto:simboss1@anonymised.com>
>> <mailto:simboss1@anonymised.com>> wrote:
>> > That would be *great*!
>> >
>> > Simone.
>> >
>> > On 10/17/06, Alexander Petkov < greenkov@anonymised.com
<mailto:greenkov@anonymised.com>
>> <mailto: greenkov@anonymised.com <mailto:greenkov@anonymised.com>>>
wrote:
>> > > I cna start doing some of this testing in a Linux OS, since
>> that is
>> > > all I have and use in production. So far I don't think
I have
>> seen the
>> > > behaviour described in this thread, and if I have, I
probably
>> changed
>> > > the startup scripts :-).
>> > >
>> > > For some reason I prefer using jetty, but I can try with
>> tomcat too.
>> > >
>> > > Alex
>> > >
>> > > On 10/17/06, Fabio Da Soghe <fabio.dasoghe@anonymised.com
<mailto:fabio.dasoghe@anonymised.com>
>> <mailto:fabio.dasoghe@anonymised.com
<mailto:fabio.dasoghe@anonymised.com>>> wrote:
>> > > >
>> > > > Thank you for your work!
>> > > >
>> > > > I'll wait for your tests on linux environment. In the
>> meanwhile I'll do a
>> > > > try on windows, just to verify I'm able to correctly
install
>> geoserver-wcs
>> > > > and all its dependecies.
>> > > >
>> > > > Hope to read from you soon.
>> > > >
>> > > > Cheers,
>> > > >
>> > > > Fabio
>> > > >
>> > > > Simone Giannecchini ha scritto:
>> > > > Ciao all,
>> > > > as Alessio correctly pointed out, we spend most part
of our
>> time
>> > > > working in a windows-only environment. We had a
linux box
>> doing builds
>> > > > for us but in the last couple of month we have fried
>> already two
>> > > > machines. It is exactly 3 weeks that we are not
testing on
>> linux, but
>> > > > this weekend we will set up a new linux box for testing
>> purposes.
>> > > >
>> > > > Anyway, thanks everybody for testing and reporting
issues.
>> > > >
>> > > > Simone.
>> > > >
>> > > > On 10/17/06, Alessio Fabiani
<alessio.fabiani@anonymised.com <mailto:alessio.fabiani@anonymised.com>
>> <mailto: alessio.fabiani@anonymised.com
<mailto:alessio.fabiani@anonymised.com>>> wrote:
>> > > >
>> > > > Hi all guys,
>> > > > GeoServer WCS actually isn't tested deeply on a Linux
>> environment, so I'm
>> > > > not surprised of strange behaviors ... however we are
>> working on setting up
>> > > > last WCS changes on a Fedora server.
>> > > > As soon we succeded with the configuration we will
post a
>> detailed tutorial
>> > > > on how to install and configure GeoServer WCS on
linux OS.
>> > > >
>> > > > Any help, comment and whatever is appreciated, of
course.
>> > > >
>> > > > On 10/17/06, Vincent Schut < schut@anonymised.com
<mailto:schut@anonymised.com>
>> <mailto:schut@anonymised.com>> wrote:
>> > > > > Thanks Fabio for your reaction. See inline for my
comments.
>> > > > >
>> > > > > -------- Original Message --------
>> > > > > From: Fabio Da Soghe < fabio.dasoghe@anonymised.com
<mailto:fabio.dasoghe@anonymised.com>
>> <mailto:fabio.dasoghe@anonymised.com
<mailto:fabio.dasoghe@anonymised.com>>>
>> > > > > To: geoserver-users@lists.sourceforge.net
<mailto:geoserver-users@lists.sourceforge.net>
>> <mailto:geoserver-users@lists.sourceforge.net
<mailto:geoserver-users@lists.sourceforge.net>>,
>> > > > Geoserver-devel
>> > > > > < geoserver-devel@lists.sourceforge.net
<mailto:geoserver-devel@lists.sourceforge.net>
>> <mailto:geoserver-devel@lists.sourceforge.net
<mailto:geoserver-devel@lists.sourceforge.net>>>
>> > > > > Subject: Re:[Geoserver-users] [Geoserver-devel]
>> geoserver-wcs:
>> > > > > connection parameters are invalid error for every
>> CoverageStore
>> > > > > Date: 10/17/2006 03:59 PM
>> > > > > > Hi Vincent.
>> > > > > >
>> > > > > > I had a very similar problem (I posted yesterday
on the
>> user list about
>> > > > > > that).
>> > > > > > The message error I got was:
>> > > > > >
>> > > > > > Internal error : unable to get reader for this
coverage
>> layer
>> > > > > >
>> > > > > > Then I followed Alessio Fabiani's hint to update JAI
>> and ImageIO to the
>> > > > > > very last version (JAI 1.1.4 and imageio 1.1): after
>> this GeoServer
>> > > > > > didn't load correctly the raster plugins at startup.
>> > > > > >
>> > > > > Hmm. I'm using pretty recent cvs versions of JAI and
>> JAI-IO. I thought
>> > > > > that was more or less a prerequisite for geoserver-wcs
>> instead of a
>> > > > > blocker... 
>> > > > > I'll look further into it tomorrow, have to go now.
>> Strange thing is I
>> > > > > succeed with *some* coverages to configure them,
but for
>> some I get the
>> > > > > error.
>> > > > > OK, any hints apreciated, especially about how to
get a
>> bit more useful
>> > > > > error info from geoserver... More new (hopefully)
tomorrow.
>> > > > >
>> > > > > Cheers for now,
>> > > > > Vincent.
>> > > > > > My configuration is:
>> > > > > >
>> > > > > > - linux fedora core 4
>> > > > > > - Java 1.5.0_06 (Sun)
>> > > > > > - JAI 1.1.4 pre-dr-b03
>> > > > > > - ImageIO 1.1 beta
>> > > > > > - Tomcat 5.5
>> > > > > >
>> > > > > > I used the geoserver-1.4.0-M2-WCS binary build. What
>> version of JAI and
>> > > > > > ImageIO do you have? Maybe you could be more
fortunate
>> then me with an
>> > > > > > update...
>> > > > > >
>> > > > > > Hope this helps.
>> > > > > >
>> > > > > > Cheers,
>> > > > > >
>> > > > > > Fabio
>> > > > > >
>> > > > > > Vincent Schut ha scritto:
>> > > > > >
>> > > > > >> Hi list, dev's,
>> > > > > >>
>> > > > > >> I'm trying to set up geoserver-1.4.x-merge-wcs (svn
>> from today). For
>> > > > > >> feature data (shape, postgis) all is OK, but if
I want
>> to define a new
>> > > > > >> CoverageStore I get an "Connection Parameters are
>> invalid" message on
>> > > > > >> submitting, no matter if I use an abolute or a
>> relative url for the
>> > > > > >> data. I get this message even with the demo
coverages
>> (Gtopo30,
>> > > > > >> sample_geotiff, etc), so I guess it is not me
entering
>> wrong
>> > > > filenames,
>> > > > > >> but something inside geoserver is not entirely
right.
>> Nothing is
>> > > > logged
>> > > > > >> (I have enabled the logs/geoserver.log, and the
file
>> has been
>> > > > created),
>> > > > > >> so I have no idea where to start resolving this...
>> > > > > >>
>> > > > > >> Btw I am using a GEOSERVER_DATA_DIR outside of the
>> exploded war
>> > > > > >> (tomcat). It is defined as a environment
variable, and
>> is picked up
>> > > > > >> alright, proven with shapefiles, config
(catalog.xml,
>> services.xml)
>> > > > and
>> > > > > >> the log file.
>> > > > > >>
>> > > > > >> Environment: gentoo linux, java sun jdk 1.5,
jai and
>> jai-imageio
>> > > > > >> correctly installed.
>> > > > > >>
>> > > > > >> Vincent.
>> > > > > >>
>> > > >
>> -------------------------------------------------------------------------
>> > > > > >> Using Tomcat but need to do more? Need to
support web
>> services,
>> > > > security?
>> > > > > >> Get stuff done quickly with pre-integrated
technology
>> to make your job
>> > > > easier
>> > > > > >> Download IBM WebSphere Application Server v.1.0.1
>> based on Apache
>> > > > Geronimo
>> > > > > >>
>> > > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> > > > > >> _______________________________________________
>> > > > > >> Geoserver-devel mailing list
>> > > > > >> Geoserver-devel@lists.sourceforge.net
<mailto:Geoserver-devel@lists.sourceforge.net>
>> <mailto:Geoserver-devel@lists.sourceforge.net
<mailto:Geoserver-devel@lists.sourceforge.net>>
>> > > > > >>
>> > > >
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>> <https://lists.sourceforge.net/lists/listinfo/geoserver-devel>
>> > > > > >>
>> > > > > >
>> > > >
>> -------------------------------------------------------------------------
>>
>> > > > > > Using Tomcat but need to do more? Need to
support web
>> services,
>> > > > security?
>> > > > > > Get stuff done quickly with pre-integrated
technology
>> to make your job
>> > > > easier
>> > > > > > Download IBM WebSphere Application Server
v.1.0.1 based
>> on Apache
>> > > > Geronimo
>> > > > > >
>> > > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> > > > > > _______________________________________________
>> > > > > > Geoserver-users mailing list
>> > > > > > Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>
>> <mailto: Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>>
>> > > > > >
>> > > >
https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> > > > > >
>> > > > >
>> > > >
>> -------------------------------------------------------------------------
>>
>> > > > > Using Tomcat but need to do more? Need to support web
>> services, security?
>> > > > > Get stuff done quickly with pre-integrated
technology to
>> make your job
>> > > > easier
>> > > > > Download IBM WebSphere Application Server v.1.0.1
based
>> on Apache
>> > > > Geronimo
>> > > > >
>> > > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> > > > > _______________________________________________
>> > > > > Geoserver-devel mailing list
>> > > > > Geoserver-devel@lists.sourceforge.net
<mailto:Geoserver-devel@lists.sourceforge.net>
>> <mailto:Geoserver-devel@lists.sourceforge.net
<mailto:Geoserver-devel@lists.sourceforge.net>>
>> > > > >
>> > > >
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>> < https://lists.sourceforge.net/lists/listinfo/geoserver-devel>
>> > > > >
>> > > >
>> > > > --
>> > > > -------------------------------------------------------
>> > > > Eng. Alessio Fabiani
>> > > > Vice President/CTO GeoSolutions
>> > > >
>> > > > http://www.geo-solutions.it
>> > > >
>> > >
> ---------------------------------------------------------
>> > > >
>> -------------------------------------------------------------------------
>> > > > Using Tomcat but need to do more? Need to support web
>> services, security?
>> > > > Get stuff done quickly with pre-integrated technology to
>> make your job
>> > > > easier
>> > > > Download IBM WebSphere Application Server v.1.0.1
based on
>> Apache Geronimo
>> > > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> > > >
>> > > > _______________________________________________
>> > > > Geoserver-users mailing list
>> > > > Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>
>> <mailto:Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>>
>> > > >
https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
>> > > >
>> -------------------------------------------------------------------------
>> > > > Using Tomcat but need to do more? Need to support web
>> services, security?
>> > > > Get stuff done quickly with pre-integrated technology to
>> make your job
>> > > > easier
>> > > > Download IBM WebSphere Application Server v.1.0.1
based on
>> Apache Geronimo
>> > > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> > > >
>> > > > _______________________________________________
>> > > > Geoserver-users mailing list
>> > > > Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>
>> <mailto:Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>>
>> > > >
https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> > > >
>> > >
>> -------------------------------------------------------------------------
>> > > Using Tomcat but need to do more? Need to support web
>> services, security?
>> > > Get stuff done quickly with pre-integrated technology
to make
>> your job easier
>> > > Download IBM WebSphere Application Server v.1.0.1 based on
>> Apache Geronimo
>> > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> > > _______________________________________________
>> > > Geoserver-users mailing list
>> > > Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>
>> <mailto:Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>>
>> > >
https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> > >
>> >
>> > --
>> > -------------------------------------------------------
>> > Eng. Simone Giannecchini
>> > President /CEO GeoSolutions
>> >
>> > http://www.geo-solutions.it
>> >
>> > -------------------------------------------------------
>> >
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web
services,
>> security?
>> Get stuff done quickly with pre-integrated technology to
make your
>> job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on
Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>
>> <mailto: Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>>
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>> --
>> -------------------------------------------------------
>> Eng. Alessio Fabiani
>> Vice President/CTO GeoSolutions
>>
>> http://www.geo-solutions.it
>>
>> ---------------------------------------------------------
>>
------------------------------------------------------------------------
>>
-------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services,
security?
>> Get stuff done quickly with pre-integrated technology to make
your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
>>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>>
------------------------------------------------------------------------
>>
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
<mailto:Geoserver-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
-------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services,
security?
> Get stuff done quickly with pre-integrated technology to make
your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
<mailto:Geoserver-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
--
-------------------------------------------------------
Eng. Alessio Fabiani
Vice President/CTO GeoSolutions
http://www.geo-solutions.it
---------------------------------------------------------
------------------------------------------------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel