Update of /cvsroot/ecforms/ECF-JSF/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31360/config
Modified Files:
web.xml
Log Message:
Added application name to database path
Index: web.xml
===================================================================
RCS file: /cvsroot/ecforms/ECF-JSF/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:20:59 -0000 1.1.1.1
--- web.xml 18 Nov 2005 19:22:35 -0000 1.2
***************
*** 20,24 ****
<context-param>
<param-name>ecf.dbpath</param-name>
! <param-value>/tmp/ECFDB</param-value>
</context-param>
--- 20,24 ----
<context-param>
<param-name>ecf.dbpath</param-name>
! <param-value>/tmp/ECFDB/@app.name@</param-value>
</context-param>
***************
*** 71,75 ****
</servlet-mapping>
- <!-- Welcome File List -->
<welcome-file-list>
<welcome-file>index.html</welcome-file>
--- 71,74 ----
|