aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-04-04 11:48:46 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-04-04 11:48:46 +0200
commiteabe2473f8111cfbd2e221ee80f31eb11a91c2df (patch)
treef10c35d103e6ba17ff4e22157c98c4124eb167b1
parenta2c787edb81084a0f7a1f01d79607121ff5ec2a4 (diff)
downloadmoa-id-spss-eabe2473f8111cfbd2e221ee80f31eb11a91c2df.tar.gz
moa-id-spss-eabe2473f8111cfbd2e221ee80f31eb11a91c2df.tar.bz2
moa-id-spss-eabe2473f8111cfbd2e221ee80f31eb11a91c2df.zip
fix typo in default tomcat start-script
-rw-r--r--id/server/data/deploy/tomcat/unix/tomcat-start.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/data/deploy/tomcat/unix/tomcat-start.sh b/id/server/data/deploy/tomcat/unix/tomcat-start.sh
index f6ae86540..9e292540a 100644
--- a/id/server/data/deploy/tomcat/unix/tomcat-start.sh
+++ b/id/server/data/deploy/tomcat/unix/tomcat-start.sh
@@ -7,8 +7,8 @@ export CATALINA_BASE=$CATALINA_HOME
LOGGING_OPT=-Dlog4j.configuration=file:$CATALINA_BASE/conf/moa-id/log4j.properties
LOGGING_LOGBACK_OPT=-Dlogback.configurationFile=$CATALINA_BASE/conf/moa-id/logback_config.xml
-CONFIG_OPT=-Dmoa.id.configuration=$CATALINA_BASE/conf/moa-id/moa-id.properties
-SPSS_OPT=-Dmoa.spss.server.configuration=file:$CATALINA_BASE/conf/moa-spss/SampleMOASPSSConfiguration.xml
+CONFIG_OPT=-Dmoa.id.configuration=file:$CATALINA_BASE/conf/moa-id/moa-id.properties
+SPSS_OPT=-Dmoa.spss.server.configuration=$CATALINA_BASE/conf/moa-spss/SampleMOASPSSConfiguration.xml
CONFIGTOOL_OPT=-Dmoa.id.webconfig=file:$CATALINA_BASE/conf/moa-id-configuration/moa-id-configtool.properties
CONFIGTOOL_USER_OPT=-Duser.properties=$CATALINA_BASE/conf/moa-id-configuration/userdatabase.properties