summaryrefslogtreecommitdiff
path: root/demos/personal/protected/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/personal/protected/application.xml')
-rw-r--r--demos/personal/protected/application.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml
index 98ffa30a..d2affe24 100644
--- a/demos/personal/protected/application.xml
+++ b/demos/personal/protected/application.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<application id="personal" mode="Normal">
+ <paths>
+ <using namespace="Application.Common.*" />
+ </paths>
<!-- modules configured and loaded for all services -->
<modules>
<!-- Remove this comment mark to enable caching
@@ -9,13 +12,12 @@
<!-- Remove this comment mark to enable PATH url format
<module id="request" class="THttpRequest" UrlFormat="Path" />
-->
- <!--
- <module id="session" class="THttpSession" />
- -->
- <!--<module id="log" class="System.Util.TLogRouter">
+ <!-- Remove this comment mark to enable logging
+ <module id="log" class="System.Util.TLogRouter">
<route class="TBrowserLogRoute" Categories="System" />
<route class="TFileLogRoute" Categories="System" Levels="Notice,Warning,Error,Alert,Fatal" />
- </module>-->
+ </module>
+ -->
</modules>
<services>
<!-- page service -->