Tomcat 6.0
am 24.05.2007 06:23:42 von DFSIn tomcat 6.0 where do I put the following definition:
In 5.0 it was in the server.xml. It has since changed. I just want to
make the sample apps reloadable and provide the datasource.
username="us" password="pwd"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:us:pwd@localhost:1521:pb1"/>