svnno****@sourc*****
svnno****@sourc*****
2009年 4月 18日 (土) 14:04:32 JST
Revision: 3305 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3305 Author: ewigkeit1204 Date: 2009-04-18 14:04:32 +0900 (Sat, 18 Apr 2009) Log Message: ----------- VerifyDB 設定変更。 Modified Paths: -------------- sandbox/VerifyDB/src/main/webapp/WEB-INF/web.xml -------------- next part -------------- Modified: sandbox/VerifyDB/src/main/webapp/WEB-INF/web.xml =================================================================== --- sandbox/VerifyDB/src/main/webapp/WEB-INF/web.xml 2009-04-18 01:59:59 UTC (rev 3304) +++ sandbox/VerifyDB/src/main/webapp/WEB-INF/web.xml 2009-04-18 05:04:32 UTC (rev 3305) @@ -173,13 +173,23 @@ </session-config> --> - <welcome-file-list> - <welcome-file>view/verify/verify.html</welcome-file> - </welcome-file-list> - <resource-ref> - <res-ref-name>jdbc/h2</res-ref-name> - <res-type>javax.sql.DataSource</res-type> - <res-auth>Container</res-auth> - </resource-ref> + <welcome-file-list> + <welcome-file>view/verify/verify.html</welcome-file> + </welcome-file-list> + <resource-ref> + <res-ref-name>jdbc/PostgreSQL</res-ref-name> + <res-type>javax.sql.DataSource</res-type> + <res-auth>Container</res-auth> + </resource-ref> + <resource-ref> + <res-ref-name>jdbc/MySQL</res-ref-name> + <res-type>javax.sql.DataSource</res-type> + <res-auth>Container</res-auth> + </resource-ref> + <resource-ref> + <res-ref-name>jdbc/Oracle</res-ref-name> + <res-type>javax.sql.DataSource</res-type> + <res-auth>Container</res-auth> + </resource-ref> </web-app>