[Ecforms-commit] ECF-Servlet/config web.xml,1.1.1.1,1.2
Brought to you by:
fcastrillo
From: Francisco C. <fca...@us...> - 2005-11-23 19:09:02
|
Update of /cvsroot/ecforms/ECF-Servlet/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27345/config Modified Files: web.xml Log Message: Deleted JDBC datasource Index: web.xml =================================================================== RCS file: /cvsroot/ecforms/ECF-Servlet/config/web.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** web.xml 15 Nov 2005 05:13:18 -0000 1.1.1.1 --- web.xml 23 Nov 2005 19:08:51 -0000 1.2 *************** *** 15,19 **** <context-param> <param-name>ecf.dbpath</param-name> ! <param-value>/tmp/ECFDB</param-value> </context-param> --- 15,19 ---- <context-param> <param-name>ecf.dbpath</param-name> ! <param-value>/tmp/ECFDB/@app.name@</param-value> </context-param> *************** *** 29,38 **** </servlet-mapping> - <resource-ref> - <description>SQL DB Connection</description> - <res-ref-name>jdbc/ECFDB</res-ref-name> - <res-type>javax.sql.DataSource</res-type> - <res-auth>Container</res-auth> - </resource-ref> - </web-app> --- 29,31 ---- |