Navigation Menu

Skip to content

Commit

Permalink
use new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhard committed Jul 16, 2006
1 parent 3491ea2 commit 707dab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -26,19 +26,19 @@
| Include all configuration files ending with ".xconf"
| from the xconf directory.
+-->
<include dir="context://WEB-INF/xconf" pattern="*.xconf"/>
<include dir="context://WEB-INF/cocoon/xconf" pattern="*.xconf"/>

<!--+
| Include all configuration files ending with ".xmap"
| from the sitemap-additions directory.
+-->
<include dir="context://WEB-INF/sitemap-additions" pattern="*.xmap"/>
<include dir="context://WEB-INF/cocoon/sitemap-additions" pattern="*.xmap"/>

<!--+
| Include Spring beans definition files ending with ".xml" from
| the spring directory.
+-->
<include-beans dir="context://WEB-INF/spring" pattern="*.xml"/>
<include-beans dir="context://WEB-INF/cocoon/spring" pattern="*.xml"/>

$devblocks:{ devblock |
$if(devblock.springConfPath)$
Expand Down
Expand Up @@ -18,7 +18,7 @@
# Cocoon in.

# This parameter points to the main configuration file for Cocoon.
org.apache.cocoon.configuration=/WEB-INF/cocoon.xconf
org.apache.cocoon.configuration=/WEB-INF/cocoon/cocoon.xconf

# Delay between reload checks for the configuration in ms.
# The check is only performed if reloading is turned on!
Expand All @@ -28,7 +28,7 @@ org.apache.cocoon.reload-delay=1000
# set to "yes" or "true", a new cocoon instance can be created using
# the request parameter "cocoon-reload". It also enables that Cocoon is
# reloaded when cocoon.xconf changes. Default is no for security reasons.
org.apache.cocoon.reloading=no
org.apache.cocoon.reloading=yes

# Turn on reloading for specific parts:
#org.apache.cocoon.reloading.sitemap=yes
Expand All @@ -37,7 +37,7 @@ org.apache.cocoon.reloading=no
#org.apache.cocoon.reloading.flow=yes

# This parameter indicates the log4j configuration file.
org.apache.cocoon.logging.configuration=WEB-INF/log4j.xconf
org.apache.cocoon.logging.configuration=WEB-INF/cocoon/log4j.xconf

# This parameter indicates the category id of the logger
# configuration used by the environment Cocoon runs in (CLI, Servlet etc.).
Expand Down

0 comments on commit 707dab8

Please sign in to comment.