Dear PSC,
The GeoNetwork data directory is the location on the file system where
GeoNetwork stores all of its custom configuration. This configuration
defines such things as: What thesaurus is used by GeoNetwork? What
schema is plugged in GeoNetwork?. The data directory also contains a
number of support files used by GeoNetwork for various purposes (eg.
Lucene index, spatial index, logos).
The main goal of this directory is to make upgrade easier and be able
to make the webapp runs in readonly mode.
Looking forward to your votes.
Regards
Francois
[1] http://trac.osgeo.org/geonetwork/wiki/proposals/GeoNetworkDataDir
Nice proposal François!
+1 from me.
Cheers,
Jeroen
**GeoCat**
introduces Bridge©
An extension to ArcGIS© to instantly publish data and metadata on GeoServer and GeoNetwork.
See [http://geocat.net](http://geocat.net/) for more details.
Jeroen Ticheler
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
Tel: +31 (0)6 81286572
http://geocat.net
Please consider the environment before printing this email.
On 19 mrt 2012, at 08:32, Francois Prunayre wrote:
Dear PSC,
The GeoNetwork data directory is the location on the file system where
GeoNetwork stores all of its custom configuration. This configuration
defines such things as: What thesaurus is used by GeoNetwork? What
schema is plugged in GeoNetwork?. The data directory also contains a
number of support files used by GeoNetwork for various purposes (eg.
Lucene index, spatial index, logos).
The main goal of this directory is to make upgrade easier and be able
to make the webapp runs in readonly mode.
Looking forward to your votes.
Regards
Francois
[1] http://trac.osgeo.org/geonetwork/wiki/proposals/GeoNetworkDataDir
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
GeoNetwork-devel mailing list
GeoNetwork-devel@anonymised.comourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Francois,
+1
One thing I did think of is that some of the items in the data dir are actually assumed to be accessible from the web app - an example are the schema locations generated for metadata records that don't have a schema location. But just bundling all these things together inside or outside of the web app is a good simplification. I'll see if I can document which items might need to be accessible from the web app.
Cheers,
Simon
________________________________________
From: Francois Prunayre [fx.prunayre@anonymised.com]
Sent: Monday, 19 March 2012 6:32 PM
To: Devel geonetwork-devel@lists.sourceforge.net
Subject: [GeoNetwork-devel] CFV : GeoNetwork data directory
Dear PSC,
The GeoNetwork data directory is the location on the file system where
GeoNetwork stores all of its custom configuration. This configuration
defines such things as: What thesaurus is used by GeoNetwork? What
schema is plugged in GeoNetwork?. The data directory also contains a
number of support files used by GeoNetwork for various purposes (eg.
Lucene index, spatial index, logos).
The main goal of this directory is to make upgrade easier and be able
to make the webapp runs in readonly mode.
Looking forward to your votes.
Regards
Francois
[1] proposals/GeoNetworkDataDir – GeoNetwork opensource Developer website
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
+1 from my side.
Thank you François!
Best regards,
Patrizia
-----Original Message-----
From: Francois Prunayre [mailto:fx.prunayre@anonymised.com]
Sent: 19 March 2012 08:32
To: Devel geonetwork-devel@lists.sourceforge.net
Subject: [GeoNetwork-devel] CFV : GeoNetwork data directory
Dear PSC,
The GeoNetwork data directory is the location on the file system where GeoNetwork stores all of its custom configuration. This configuration defines such things as: What thesaurus is used by GeoNetwork? What schema is plugged in GeoNetwork?. The data directory also contains a number of support files used by GeoNetwork for various purposes (eg. Lucene index, spatial index, logos).
The main goal of this directory is to make upgrade easier and be able to make the webapp runs in readonly mode.
Looking forward to your votes.
Regards
Francois
[1] http://trac.osgeo.org/geonetwork/wiki/proposals/GeoNetworkDataDir
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure _______________________________________________
GeoNetwork-devel mailing list GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi François,
nice proposal.
This issue has already been addressed in GeoServer, and GeoNetwork may as well
offer the same solutions, by setting the data dir either in:
- java property
- environment variable
- context parameter in web.xml
(ideas taken from http://docs.geoserver.org/latest/en/user/datadirectory/data-
dir-setting.html )
Note anyway that Un*x doesn't like dots in env vars very much, so using
underscores would be preferred.
Ciao,
Emanuele
Alle 08:32:20 di Monday 19 March 2012, Francois Prunayre ha scritto:
Dear PSC,
The GeoNetwork data directory is the location on the file system where
GeoNetwork stores all of its custom configuration. This configuration
defines such things as: What thesaurus is used by GeoNetwork? What
schema is plugged in GeoNetwork?. The data directory also contains a
number of support files used by GeoNetwork for various purposes (eg.
Lucene index, spatial index, logos).
The main goal of this directory is to make upgrade easier and be able
to make the webapp runs in readonly mode.
Looking forward to your votes.
Regards
Francois
[1] http://trac.osgeo.org/geonetwork/wiki/proposals/GeoNetworkDataDir
---------------------------------------------------------------------------
--- This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
Thanks for your comments Emanuele,
Le 20 mars 2012 11:00, Emanuele Tajariol
<e_tajariol@anonymised.com> a écrit :
Hi François,
nice proposal.
This issue has already been addressed in GeoServer, and GeoNetwork may as well
offer the same solutions, by setting the data dir either in:
- java property
- environment variable
- context parameter in web.xml
Yep, I made the change, the order will be:
* java property
* servlet context
* system property
(ideas taken from http://docs.geoserver.org/latest/en/user/datadirectory/data-
dir-setting.html )
Note anyway that Un*x doesn't like dots in env vars very much, so using
underscores would be preferred.
I don't have resource to change that everywhere (as dots was already
used in different places) so I made a change to check env property
with "_" instead of "." in property name (eg. system property
geonetwork_dir=/app/geonetwork_data_dir is equal to java property
-Dgeonetwork.dir=/app/geonetwork_data_dir). I'll open a ticket to
change that which could be done later.
Proposal page has been updated.
Ciao.
Francois
Ciao,
Emanuele
Alle 08:32:20 di Monday 19 March 2012, Francois Prunayre ha scritto:
Dear PSC,
The GeoNetwork data directory is the location on the file system where
GeoNetwork stores all of its custom configuration. This configuration
defines such things as: What thesaurus is used by GeoNetwork? What
schema is plugged in GeoNetwork?. The data directory also contains a
number of support files used by GeoNetwork for various purposes (eg.
Lucene index, spatial index, logos).
The main goal of this directory is to make upgrade easier and be able
to make the webapp runs in readonly mode.
Looking forward to your votes.
Regards
Francois
[1] http://trac.osgeo.org/geonetwork/wiki/proposals/GeoNetworkDataDir
---------------------------------------------------------------------------
--- This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork