summaryrefslogtreecommitdiff
path: root/orktrack/context/WEB-INF/web.xml
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 /orktrack/context/WEB-INF/web.xml
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 'orktrack/context/WEB-INF/web.xml')
-rw-r--r--orktrack/context/WEB-INF/web.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/orktrack/context/WEB-INF/web.xml b/orktrack/context/WEB-INF/web.xml
index e7515f7..3f67e7d 100644
--- a/orktrack/context/WEB-INF/web.xml
+++ b/orktrack/context/WEB-INF/web.xml
@@ -5,16 +5,20 @@
<web-app>
<display-name>orktrack</display-name>
<context-param>
+ <param-name>ConfigDirectory</param-name>
+ <param-value>c:/oreka/</param-value>
+ </context-param>
+ <context-param>
<param-name>Log4jConfigFile</param-name>
- <param-value>c:/oreka/orktrack/log4j.properties</param-value>
+ <param-value>logging.properties</param-value>
</context-param>
<context-param>
<param-name>ConfigFile</param-name>
- <param-value>c:/oreka/orktrack/orktrack.config.xml</param-value>
+ <param-value>orktrack.config.xml</param-value>
</context-param>
<context-param>
<param-name>HibernateConfigFile</param-name>
- <param-value>c:/oreka/orktrack/mysql.hbm.xml</param-value>
+ <param-value>database.hbm.xml</param-value>
</context-param>
<filter>
<filter-name>redirect</filter-name>