diff options
author | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-05 09:50:12 +0000 |
---|---|---|
committer | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-05 09:50:12 +0000 |
commit | ead5dc6d62e7fd6325ea164625b02a6b6fbb226e (patch) | |
tree | 5f048132c75e14bec3c3f5bae80c22e5be148c72 /BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | |
parent | e0f2c64ad6360e2ecec983cb5e0a60f812672106 (diff) | |
download | mocca-ead5dc6d62e7fd6325ea164625b02a6b6fbb226e.tar.gz mocca-ead5dc6d62e7fd6325ea164625b02a6b6fbb226e.tar.bz2 mocca-ead5dc6d62e7fd6325ea164625b02a6b6fbb226e.zip |
Added SSL configuration to BKUOnline
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@15 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index c5da25c0..4bb5e8e2 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -46,7 +46,7 @@ <!-- Configure Configuration -->
<bean id="configurator" class="at.gv.egiz.bku.online.conf.SpringConfigurator"
- scope="singleton">
+ scope="singleton" init-method="configure">
<property name="resource" value="classpath:at/gv/egiz/bku/online/conf/defaultConf.properties"/>
</bean>
|