Actions
Task #12364
closed
Move the data directory of the new geonetwork installations outside the webapp directory
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Target version:
Start date:
Aug 31, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
Right now the geonetwork servers have their data inside webapps/geonetwork/WEB-INF/data/
. To move it away there is more than one option as described here: https://geonetwork-opensource.org/manuals/3.4.x/is/maintainer-guide/installing/customizing-data-directory.html
We could opt for the tomcat variant as we do on the geoservers, something like
CATALINA_OPTS="-Dgeonetwork.dir=<geonetwork_data_dir>"
Updated by Andrea Dell'Amico almost 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
Set for the preproduction geonetwork, adding
tomcat_m_other_java_opts: '-Dgeonetwork.dir={{ geonetwork_data_directory }}'
to the playbook variables.
Updated by Andrea Dell'Amico almost 7 years ago
- Status changed from In Progress to Closed
All the other tasks, the ones that create the data directory with the correct permissions, are already present.
Actions