# MySQL database access properties
db.driver = org.gjt.mm.mysql.Driver
db.url = jdbc:mysql://localhost:3306/testdb
db.user = root
well, I guess you should specify "db.driver" attribute as
db.driver = com.mysql.jdbc.Driver
for value "org.gjt.mm.mysql.Driver" is obsoleted...
anyway, the Conne
well, I think u should put your own context.xml in the
META-INF/ directory under your webapp directory.
--- Manos Moschous <[EMAIL PROTECTED]>写道:
> ok,
>
> i changed to $(catalina.home)/conf/context.xml
> and it changed for all web applications running on
> tomcat.
>
> BTW, i am not sure what
hi guys, I am Kyle.
I encountered NullPointerException timely when running my webapp using
Tomcat5.5.10, since it seems a little complicated, please be patient to hear my
description below. :-)
0. I use MySQL as db server, database configuration was correctly implemented.
1. I