The closing host tag's case doesn't match the opening Host tags case, I
don't know if it matters but just wanted to point it out.
It should be
<Host>
</Host>
and not
<Host>
</host>
-Rashmi
On 3/21/07, prt <[EMAIL PROTECTED]> wrote:
<Host name="localhost" appBase="webapps" ...>
<Context path="/" debug="0" reloadable="true" crossContext="true">
<Resource name="jdbc/mydb" auth="Container" type="javax.sql.DataSource"
removeAbandoned="true" removeAbandonedTimeout="30"
maxActive="100" maxIdle="30" maxWait="10000"
username="user" password="pass" driverClassName="
com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/mydb"/>
</Context>
</host>