Re: [Geotools-gt2-users] configure GeoTools directory

2022-10-02 Thread Jody Garnett
The directory is mostly used to unpack EPSG database; https://docs.geotools.org/stable/userguide/library/referencing/hsql.html Reading the javadocs https://docs.geotools.org/stable/javadocs/org/geotools/referencing/factory/epsg/hsql/ThreadedHsqlEpsgFactory.html provides these instructions: > If

Re: [Geotools-gt2-users] configure GeoTools directory

2022-10-01 Thread Mark Prins
Op vr 30 sep. 2022 15:31 schreef Nils Henriksen : > There is a directory (and its contents) that is created on our Linux > server under /tmp named GeoTools. We have multiple users trying to use > that directory and it causes permissions issues for subsequent users after > the first one creates it

[Geotools-gt2-users] configure GeoTools directory

2022-09-30 Thread Nils Henriksen
There is a directory (and its contents) that is created on our Linux server under /tmp named GeoTools. We have multiple users trying to use that directory and it causes permissions issues for subsequent users after the first one creates it. I temporarily made it rwx by all users in the group to as