Hello. 
I was try to use OpenEJB plugin for Tomcat with MySQL database, but when I 
deploy my war file, I get exception and message like this " Cannot load JDBC 
driver class 'com.mysql.jdbc.Driver' ", although I was include driver for MySQL 
in WEB-INF folder.
Can you tell me what is the problem?
 
I have used: Apache Tomcat 6.0.14 and Apache OpenEJB 3.0
Also, I was using MySQL database with embedded OpenEJB and I didn't have any 
problem.
 
These are values which I have used in openejb.xml file:

<Resource id="MySQL Database" type="DataSource">   
    JdbcDriver  com.mysql.jdbc.Driver
    JdbcUrl     jdbc:mysql://localhost/test
    UserName    root
    Password    sa
    JtaManaged true
</Resource>
 
P.S.
In addition I send you Tomcat log file.
 


      

Reply via email to