Hello all,
recently i noticed the blog entry about geoser clustering on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
. After reading the blog, i started researching about the progress of
"Specifically, in future releases of GeoServer the data directory will
have the option to be database-backed".
I found the issue https://jira.codehaus.org/browse/GEOS-5248 . On the
issue its said that
http://geoserver.org/display/GEOS/GSIP+69+-+Catalog+scalability+enhancements
will enable storing of the catalog on a database. Some months later,
Andrea Aime added a comment about "JDBC configuration community module"
that will cover the issue. My Questions:
- where is the difference between storing the catalog and the jdbc
configuration plugin
- does the jdbc plugin cover the WHOLE data directory without exceptions?
- is there a documentation for this jdbcconfig plugin, how do i convert
my files?
Thanks
Hajo
--
marken mehrwert - brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany
Vorstand: Dipl. Inf. Bastian Weiß
Aufsichtsrat: Prof. Dr. Stefan Jugel (Vorsitzender), Prof. Dr. Michael
Woywode, Prof. Dr. h.c. Dietmar von Hoyningen Huene
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123
On Fri, Aug 23, 2013 at 3:24 PM, Hajo Kliemeck <klk@anonymised.com> wrote:
- does the jdbc plugin cover the WHOLE data directory without exceptions?
No, afaik it does not. Things that come to mind that, as far as I know, are
not stored in the dbms:
* freemarker templates
* all projection subsystem tuning (custom projections, custom
transformations)
* most plugins configurations (e.g. ogr2ogr, control-flow, I guess
monitoring too?)
* while not 100% sure, I believe all GWC tile caching configuration remains
on disk as xml files
(including layer by layer caching config)
* satellite files to styles (e.g., icons as images, svgs)
* logs
* palettes
* the whole security subsystem configuration
* decoration layouts
* CSW mapping templates
* CSS files, if you are using the CSS styling plugin
* WCS and WPS temp files
I guess it depends on what you want to achieve, the JDBC config plugin at
the moment serves
the purpose of scaling up GeoServer to a much larger number of layers, but
I don't believe it
can be used to have a GeoServer install that simply does not need access to
the file system
Cheers
Andrea
--
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
On 24/08/13 05:51, Andrea Aime wrote:
No, afaik it does not. Things that come to mind that, as far as I know,
are not stored in the dbms:
* freemarker templates
* all projection subsystem tuning (custom projections, custom
transformations)
* most plugins configurations (e.g. ogr2ogr, control-flow, I guess
monitoring too?)
* while not 100% sure, I believe all GWC tile caching configuration
remains on disk as xml files
(including layer by layer caching config)
* satellite files to styles (e.g., icons as images, svgs)
* logs
* palettes
* the whole security subsystem configuration
* decoration layouts
* CSW mapping templates
* CSS files, if you are using the CSS styling plugin
* WCS and WPS temp files
And app-schema mapping files.
--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre
Hey,
it seems that i will stick to the proposed configuration on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
with a NFS share.
Its said that "This can be enforced by disabling the GeoServer user
interface on all “slave” GeoServers". I did not found any information
about doing this. Any advice?
Does "sending a POST/PUT request to
/geoserver/rest/reload?recurse=true)." means that the whole
configuration including the whole data directory is reloaded (including
all points of the list Andrea posted) ?
thanks
Hajo
Am 26.08.2013 04:17, schrieb Ben Caradoc-Davies:
On 24/08/13 05:51, Andrea Aime wrote:
No, afaik it does not. Things that come to mind that, as far as I know,
are not stored in the dbms:
* freemarker templates
* all projection subsystem tuning (custom projections, custom
transformations)
* most plugins configurations (e.g. ogr2ogr, control-flow, I guess
monitoring too?)
* while not 100% sure, I believe all GWC tile caching configuration
remains on disk as xml files
(including layer by layer caching config)
* satellite files to styles (e.g., icons as images, svgs)
* logs
* palettes
* the whole security subsystem configuration
* decoration layouts
* CSW mapping templates
* CSS files, if you are using the CSS styling plugin
* WCS and WPS temp files
And app-schema mapping files.
--
marken mehrwert - brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany
Vorstand: Dipl. Inf. Bastian Weiß
Aufsichtsrat: Prof. Dr. Stefan Jugel (Vorsitzender), Prof. Dr. Michael
Woywode, Prof. Dr. h.c. Dietmar von Hoyningen Huene
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123
Berisikkkkkkkkkkkkkkk fuck
Sent from my AXIS Worry Free BlackBerry® smartphone
-----Original Message-----
From: Hajo Kliemeck <klk@...4851...>
Date: Mon, 26 Aug 2013 15:35:05
To: Ben Caradoc-Davies<Ben.Caradoc-Davies@...367...>
Cc: GeoServer Mailing List List<geoserver-users@lists.sourceforge.net>
Subject: Re: [Geoserver-users] data directory stored on database
Hey,
it seems that i will stick to the proposed configuration on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
with a NFS share.
Its said that "This can be enforced by disabling the GeoServer user
interface on all “slave” GeoServers". I did not found any information
about doing this. Any advice?
Does "sending a POST/PUT request to
/geoserver/rest/reload?recurse=true)." means that the whole
configuration including the whole data directory is reloaded (including
all points of the list Andrea posted) ?
thanks
Hajo
Am 26.08.2013 04:17, schrieb Ben Caradoc-Davies:
On 24/08/13 05:51, Andrea Aime wrote:
No, afaik it does not. Things that come to mind that, as far as I know,
are not stored in the dbms:
* freemarker templates
* all projection subsystem tuning (custom projections, custom
transformations)
* most plugins configurations (e.g. ogr2ogr, control-flow, I guess
monitoring too?)
* while not 100% sure, I believe all GWC tile caching configuration
remains on disk as xml files
(including layer by layer caching config)
* satellite files to styles (e.g., icons as images, svgs)
* logs
* palettes
* the whole security subsystem configuration
* decoration layouts
* CSW mapping templates
* CSS files, if you are using the CSS styling plugin
* WCS and WPS temp files
And app-schema mapping files.
--
marken mehrwert - brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany
Vorstand: Dipl. Inf. Bastian Weiß
Aufsichtsrat: Prof. Dr. Stefan Jugel (Vorsitzender), Prof. Dr. Michael
Woywode, Prof. Dr. h.c. Dietmar von Hoyningen Huene
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi Hajo,
I believe to “disable” the user interface, you simple remove the web interface, you delete all .jar files beginning “web” in \geoserver\web-inf\lib.
Be sure to make a backup first!
However it’ll still work if you don’t. It just might get a little confused if you start changing settings on the slave instances.
Jonathan
On 26 August 2013 14:35, Hajo Kliemeck <klk@anonymised.com> wrote:
Hey,
it seems that i will stick to the proposed configuration on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
with a NFS share.
Its said that “This can be enforced by disabling the GeoServer user
interface on all “slave” GeoServers”. I did not found any information
about doing this. Any advice?
Does “sending a POST/PUT request to
/geoserver/rest/reload?recurse=true).” means that the whole
configuration including the whole data directory is reloaded (including
all points of the list Andrea posted) ?
thanks
Hajo
Am 26.08.2013 04:17, schrieb Ben Caradoc-Davies:
On 24/08/13 05:51, Andrea Aime wrote:
No, afaik it does not. Things that come to mind that, as far as I know,
are not stored in the dbms:
- freemarker templates
- all projection subsystem tuning (custom projections, custom
transformations)
- most plugins configurations (e.g. ogr2ogr, control-flow, I guess
monitoring too?)
- while not 100% sure, I believe all GWC tile caching configuration
remains on disk as xml files
(including layer by layer caching config)
- satellite files to styles (e.g., icons as images, svgs)
- logs
- palettes
- the whole security subsystem configuration
- decoration layouts
- CSW mapping templates
- CSS files, if you are using the CSS styling plugin
- WCS and WPS temp files
And app-schema mapping files.
–
marken mehrwert - brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany
Vorstand: Dipl. Inf. Bastian Weiß
Aufsichtsrat: Prof. Dr. Stefan Jugel (Vorsitzender), Prof. Dr. Michael
Woywode, Prof. Dr. h.c. Dietmar von Hoyningen Huene
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.
Hey,
any idea about the reload and the config files that are reloaded?
greets
Hajo
Am 26.08.2013 15:35, schrieb Hajo Kliemeck:
Hey,
it seems that i will stick to the proposed configuration on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
with a NFS share.
Its said that "This can be enforced by disabling the GeoServer user
interface on all “slave” GeoServers". I did not found any information
about doing this. Any advice?
Does "sending a POST/PUT request to
/geoserver/rest/reload?recurse=true)." means that the whole
configuration including the whole data directory is reloaded (including
all points of the list Andrea posted) ?
thanks
Hajo
Am 26.08.2013 04:17, schrieb Ben Caradoc-Davies:
On 24/08/13 05:51, Andrea Aime wrote:
No, afaik it does not. Things that come to mind that, as far as I know,
are not stored in the dbms:
* freemarker templates
* all projection subsystem tuning (custom projections, custom
transformations)
* most plugins configurations (e.g. ogr2ogr, control-flow, I guess
monitoring too?)
* while not 100% sure, I believe all GWC tile caching configuration
remains on disk as xml files
(including layer by layer caching config)
* satellite files to styles (e.g., icons as images, svgs)
* logs
* palettes
* the whole security subsystem configuration
* decoration layouts
* CSW mapping templates
* CSS files, if you are using the CSS styling plugin
* WCS and WPS temp files
And app-schema mapping files.
--
marken mehrwert - brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany
Vorstand: Stephan Frenzel
Aufsichtsratsvorsitzender: Prof. Dr. Stefan Jugel
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123