Roller problems

K

kazak

Hello,
I always get that error when I run tomcat.
Error:
RollerContext:upgradeDatabaseIfNeeded -
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC
driver of class '' for connect URL 'null'

I've done all nessesary DB configuration.

My roller config is :

<Context path="/roller" docBase="/roller" debug="0">
<Resource name="jdbc/rollerdb" auth="Container"
type="javax.sql.DataSource"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/roller?autoReconnect=true&amp;useUnicode=true&
amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"
username="root"
password="1234"
maxActive="20"
maxIdle="3"
removeAbandoned="true"
maxWait="3000" />

Can you help me find out why it happens?
By the way autodeployment is disabled.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top