WEB-INF/resin-web.xml
<web-app xmlns="http://caucho.com/ns/resin">
<database jndi-name="jdbc/resin">
<driver type="com.caucho.db.jdbc.ConnectionPoolDataSourceImpl">
<path>WEB-INF/db</path>
<remove-on-error/>
</driver>
<spy/>
</database>
<servlet-mapping url-pattern="*.php"
servlet-class="com.caucho.quercus.servlet.QuercusServlet"/>
</web-app>