't have
>> any problem.
>>
>> These are values which I have used in openejb.xml file:
>>
>>
>> JdbcDriver com.mysql.jdbc.Driver
>> JdbcUrl jdbc:mysql://localhost/test
>> UserNameroot
>> Passwordsa
>>
Hello,
you included the MySQL driver (mysql-connector-java-5.x.y-bin) in
WEB-INF/lib (!) folder, yes?
Andrej Trifkovic schrieb:
> 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
I put mysql-connector.jar under \apache-tomcat-6.0.18\webapps\openejb\lib
directory and it works
On Thu, Dec 11, 2008 at 12:29 PM, Andrej Trifkovic wrote:
> 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
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?