-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration
Anja Jentzsch edited this page Jan 7, 2015
·
9 revisions
In order to configure the database, usernames and passwords it is neccessary to create a properties file and point prolod to this file via a system property. You can find a default configuration in src/de/hpi/fgis/ldp/config.
Edit the launch configuration and add as vm argument:
-Dprolod.properties=<file>
create a file bin/setenv.bat in the tomcat directory and insert the following:
set CATALINA_OPTS=%CATALINA_OPTS% -Dprolod.properties=<file>
create a file bin/setenv.sh in the tomcat directory and insert the following:
export CATALINA_OPTS="$CATALINA_OPTS -Dprolod.properties=<pathtofile><file>"
TODO: link to internal hpi config