Hi all, could it be necessary to put the jdbc.jar into the WEB-INF/lib? There are classes which must be under WEB-INF.
Regards, Andreas On 5 Apr 2004 at 8:19, Wu sunflower wrote: > hi, all friends, > > I want to use JDBC store in Slide2 with Tomcat5.0, I set the driver value > in Domain.xml as follwoing: > > - <nodestore classname="org.apache.slide.store.impl.rdbms.JDBCStore"> > <parameter > name="adapter">org.apache.slide.store.impl.rdbms.MySqlRDBMSAdapter</parameter> > > <parameter name="driver">com.mysql.jdbc.Driver</parameter> > <parameter name="url">jdbc:mysql://localhost/mytest</parameter> > <parameter name="user">root</parameter> > <parameter name="password">tao</parameter> > </nodestore> > > But when I start the Tomcat, Tomcat failed to load the JDBC driver > "com.mysql.jdbc.Driver". I have put the > "mysql-connector-java-3.0.11-stable-bin.jar" in $Tomcat/common/lib. what's > the problem? > > _________________________________________________________________ > �����������ѽ��н�������ʹ�� MSN Messenger: http://messenger.msn.com/cn > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
