Can a Tomcat7/Java/Mysql/Ant application run on Openshift? If so, how to install the jdbc driver? -


i'm trying install opengts on red hat's openshift cloud platform.

opengts java/tomcat7/mysql/ant application, created jbossews app on openshift, installed standard mysql cartridge, , ant cartridge found online. our application not have scalable, that's chose. add call ant in openshift's build hook.

so far has been impossible install jdbc driver however: i'm using ant, deleted pom.xml openshift's standard maven. neither there standalone.xml in jbossews. (there 1 jbosseap). java's ext/lib directories not accessible on openshift.

so copied jdbc driver jar in $openshift_data_dir, nevertheless, when started, jbossews complains cannot find suitable jdbc driver mysql.

is possible run opengts on openshift?

it comment above question following link. here link https://blog.openshift.com/jndi-tomcat-configuration-howto/ , catalina.properties file

common.loader=${catalina.base}/lib,${catalina.base}/lib/.jar,${catalina.home}/lib,${catalina.home}/lib/.jar,${catalina.home}/../app-root/data/*.jar


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -