回复: RE: Error while connecting to M ySQL database

2006-06-29 Thread Kyle Wu
# 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

回复: Re: allowLinking tomcat 5.5.17

2006-05-09 Thread Kyle Wu
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

Encounter NullPointer Exception when access db: cannot figure out what's wrong

2006-05-05 Thread Kyle Wu
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