All Questions
5 questions
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 ...
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, ...
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 ...
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:
&...
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 ...