Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
685 views

Openshift: how to import MySQL driver to the tomcat/lib directory

I would like to connect my web application (running on tomcat 7) to MySQL (v5.6.20). It is ok if I include the driver mysql-connector-java-5.1.31-bin.jar into my web application. But would like to ...
thegilbert's user avatar
0 votes
2 answers
979 views

Tomcat scaled application can not connect MySQL database

I created my scaled application on Openshift server with following command: rhc app create MyApp jbossews-2.0 -s Then add Mysql: rhc cartridge add mysql-5.5 -a MyApp My application using Struts2, ...
Guest's user avatar
  • 1
0 votes
2 answers
1k views

Error restarting Openshift MySQL cartridge

I have a non-scalable OpenShift application with Tomcat 7 and MySQL 5.5 and this application has only one small Java application running on it. This application was running fine for a couple of months ...
vegidio's user avatar
  • 912
1 vote
1 answer
4k views

Mysql connection Tomcat 7 on Openshift

I deployed application on openshift server (tomcat, mysql) but I can't connect with my db (I use phpmyadmin to create db and tables). On my localhost everythings work well. Here is my persistence: &...
user978758's user avatar
2 votes
1 answer
1k views

Tomcat 7 (JBoss EWS 2.0) + MySQL 5.1 + Hibernate - OpenShift - No persistence unit found

Every time I try to reach my app on OpenShift I receive the "No Persistence provider for EntityManager named appname" error. I have been struggling to resolve this problem for two consecutive days ...
andvicoso's user avatar
  • 119