Author: mriou
Date: Thu Sep 21 16:31:05 2006
New Revision: 448735
URL: http://svn.apache.org/viewvc?view=rev&rev=448735
Log:
Adding configuration to eventually use app server datasource.
Modified:
incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/web.xml
Modified: incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/web.xml?view=diff&rev=448735&r1=448734&r2=448735
==============================================================================
--- incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/web.xml Thu Sep 21
16:31:05 2006
@@ -97,5 +97,13 @@
<location>/axis2-web/Error/error500.jsp</location>
</error-page>
+ <!-- UNCOMMENT TO USE APPSERVER DATASOURCE
+ <resource-ref>
+ <res-ref-name>jdbc/ode-ds</res-ref-name>
+ <res-type>javax.sql.DataSource</res-type>
+ <res-auth>Container</res-auth>
+ <res-sharing-scope>Shareable</res-sharing-scope>
+ </resource-ref>
+ UNCOMMENT TO USE APPSERVER DATASOURCE -->
</web-app>