Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In the webcontext the default location for the config folder is incorrect.
This causes the default projects to not load correctly
In the web context the following is added to startup
-DHOP_CONFIG_FOLDER=${CATALINA_HOME}/webapps/ROOT/config
The projects are loaded in the dropdown but browsing files is not possible
changing the config folder using following command seems to partially resolve the issues but file browser still doesn't work as expected:
sed -i 's/config\/projects/${HOP_CONFIG_FOLDER}\/projects/g' webapps/ROOT/config/hop-config.json
Attachments
Issue Links
- links to