summaryrefslogtreecommitdiff
path: root/orkweb/context
diff options
context:
space:
mode:
authorRalph Atallah <ralphat@users.sourceforge.net>2008-11-26 21:02:28 +0000
committerRalph Atallah <ralphat@users.sourceforge.net>2008-11-26 21:02:28 +0000
commitcee90dc1c327d631829177b9c4a76a069bcb3feb (patch)
tree1e153b35e21eee84366000bef46372b4347df7e7 /orkweb/context
parent5768f0fa6a9f6a13183336e2587ca99e7a43936b (diff)
Combined hibernate and logging configuration files for orkweb and orktrack.
Please refer to new documentation regarding manual deployment of orkweb and orktrack. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@571 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkweb/context')
-rw-r--r--orkweb/context/WEB-INF/web.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/orkweb/context/WEB-INF/web.xml b/orkweb/context/WEB-INF/web.xml
index d460500..e0b025d 100644
--- a/orkweb/context/WEB-INF/web.xml
+++ b/orkweb/context/WEB-INF/web.xml
@@ -7,14 +7,18 @@
<web-app>
<display-name>orkweb</display-name>
- <context-param>
- <param-name>Log4jConfigFile</param-name>
- <param-value>c:/oreka/orkweb/log4j.properties</param-value>
- </context-param>
- <context-param>
- <param-name>HibernateConfigFile</param-name>
- <param-value>c:/oreka/orkweb/mysql.hbm.xml</param-value>
+ <context-param>
+ <param-name>ConfigDirectory</param-name>
+ <param-value>c:/oreka/</param-value>
+ </context-param>
+ <context-param>
+ <param-name>Log4jConfigFile</param-name>
+ <param-value>logging.properties</param-value>
</context-param>
+ <context-param>
+ <param-name>HibernateConfigFile</param-name>
+ <param-value>database.hbm.xml</param-value>
+ </context-param>
<context-param>
<param-name>Debug</param-name>
<param-value>false</param-value>