Tomcat 6.0

Tomcat 6.0

am 24.05.2007 06:23:42 von DFS

In 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.


debug="5" reloadable="true" crossContext="true">


maxActive="100" maxIdle="30" maxWait="10000"
username="us" password="pwd"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:us:pwd@localhost:1521:pb1"/>