summaryrefslogtreecommitdiff
path: root/demos/blog/protected/application.xml
diff options
context:
space:
mode:
authorxue <>2006-05-30 03:26:33 +0000
committerxue <>2006-05-30 03:26:33 +0000
commit6e0338629774fffe5fbe7136dfce34ce83844a5c (patch)
tree9520eaa7c3c278b5ebf525a0d1e09f0a4cdf7779 /demos/blog/protected/application.xml
parent7f508e187e4539a16cdbb1dd6a4b1133c53cf24d (diff)
Blog demo is completed.
Diffstat (limited to 'demos/blog/protected/application.xml')
-rw-r--r--demos/blog/protected/application.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/demos/blog/protected/application.xml b/demos/blog/protected/application.xml
index 39c66431..4a18c74b 100644
--- a/demos/blog/protected/application.xml
+++ b/demos/blog/protected/application.xml
@@ -1,24 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
-<application id="personal" mode="Debug">
+<application id="blog" mode="Debug">
<paths>
<using namespace="Application.Common.*" />
</paths>
<!-- modules configured and loaded for all services -->
<modules>
- <!-- Remove this comment mark to enable caching
- <module id="cache" class="System.Caching.TSqliteCache" />
- -->
<!-- Remove this comment mark to enable PATH url format
<module id="request" class="THttpRequest" UrlFormat="Path" />
-->
- <!--
- <module id="session" class="THttpSession" />
+ <module id="cache" class="System.Caching.TSqliteCache" />
+ <module class="Application.Common.BlogErrorHandler" />
<module id="log" class="System.Util.TLogRouter">
- <route class="TBrowserLogRoute" />
- <route class="TFileLogRoute" Categories="System" Levels="Notice,Warning,Error,Alert,Fatal" />
+ <route class="TFileLogRoute" Categories="BlogApplication" />
</module>
- -->
<module class="System.Util.TParameterModule" ParameterFile="Application.Data.Settings" />
</modules>
<services>