summaryrefslogtreecommitdiff
path: root/BKUOnline/src/site/apt/configuration.apt
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-07-30 11:55:41 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-07-30 11:55:41 +0000
commit75e6256f56b1d3355c42f2919efbd58ddbf4a44e (patch)
treedb1a5a6ed1c2eecced6400ba26ba0b782372947d /BKUOnline/src/site/apt/configuration.apt
parent53c48ccdffb1cca7116ca1b7a366b645ab92af4b (diff)
downloadmocca-75e6256f56b1d3355c42f2919efbd58ddbf4a44e.tar.gz
mocca-75e6256f56b1d3355c42f2919efbd58ddbf4a44e.tar.bz2
mocca-75e6256f56b1d3355c42f2919efbd58ddbf4a44e.zip
Updated project site.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@801 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/site/apt/configuration.apt')
-rw-r--r--BKUOnline/src/site/apt/configuration.apt6
1 files changed, 3 insertions, 3 deletions
diff --git a/BKUOnline/src/site/apt/configuration.apt b/BKUOnline/src/site/apt/configuration.apt
index 38b05e12..a751b57f 100644
--- a/BKUOnline/src/site/apt/configuration.apt
+++ b/BKUOnline/src/site/apt/configuration.apt
@@ -12,7 +12,7 @@ MOCCA Online Configuration
Since MOCCA version 1.3 a configuration resource may be specified as servlet context init parameter. This allows to keep your configuration resource outside of the deployed servlet context and to redeploy the web application without overwriting your configuration resource.
- To specify your own configuration {{{http://static.springsource.org/spring/docs/2.5.5/reference/resources.html}resource}} simply set the corresponding servlet context init parameter <<<configurationResource>>>. Please refer to the documentation of your servlet container on how to set servlet context initialization parameters. Usually this is done via the <<<web.xml>>> file in your web application.
+ To specify your own configuration {{{http://static.springsource.org/spring/docs/2.5.5/reference/resources.html}resource}} simply set the corresponding servlet context init parameter <<<configurationResource>>>. Please refer to the documentation of your servlet container on how to set servlet context initialization parameters. Usually this is done via the <<<web.xml>>> file in your web application. (Apache Tomcat users are recommended to use context parameters as shown {{{Apache Tomcat}below}}.)
<<<WEB-INF/web.xml>>>:
@@ -32,7 +32,7 @@ MOCCA Online Configuration
The value of the <<<configurationResource>>> parameter must be a valid {{{http://static.springsource.org/spring/docs/2.5.5/reference/resources.html}Spring resource}} name. Placeholders such as <<<$\{user.home\}>>> are also supported (via {{{http://static.springsource.org/spring/docs/2.5.5/api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html}Spring's Property Placeholder Configurer}}).
-* Apache Tomcat
+* Apache Tomcat
In addition to the specifying init parameters in the <<<web.xml>>> Apache Tomcat also allows to provide a file named <<<$CATALINA_BASE/conf/[enginename]/[hostname]/[webappname].xml>>> (e.g. <<<.../conf/Catalina/localhost/mocca.xml>>>) to specify context parameters. See also {{http://tomcat.apache.org/tomcat-6.0-doc/config/context.html}}.
@@ -49,7 +49,7 @@ MOCCA Online Configuration
+------------------+
- This way the init parameter is not overwritten when the web application is redeployed.
+ This way, the init parameter is not overwritten when the web application is redeployed.
* Configuration Options