Skip to content
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.

Eclipse

Edit the launch configuration and add as vm argument:

-Dprolod.properties=<file>

Tomcat

Windows

create a file bin/setenv.bat in the tomcat directory and insert the following:

set CATALINA_OPTS=%CATALINA_OPTS% -Dprolod.properties=<file>

Linux

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

Clone this wiki locally