can any body let me know that, is there any need of below code in web.xml file, for connecting oracle 10g database via DataSource using
tomcat 6.
<resource-ref>
<description>Oracle Datasource example</description>
<res-ref-name>jdbc/myoracle</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
or what other configurations are req. to connect with database oracle 10g via DataSource.
Regards
Atharva.