Give me some recommendation about JBoss and MySQL using Openshift Tech -
Give me some recommendation about JBoss and MySQL using Openshift Tech -
i've created first application using openshift tech. it's java web application running on jboss @ openshift , uses mysql 5.5 database. , have deploy using war file (i don't know how normal way).
so can tell me: should create local database or utilize online database? , there way deploy java app not using war file?
i suggest check out openshift developer center (https://developers.openshift.com), link (https://developers.openshift.com/en/jbossas-overview.html) using jboss. create sure read of sections, deployment options, , datasources links. if interested in beingness able "git push" deploy code, should create new jboss application on openshift, , "git clone" of code , check out how it's setup, using maven project structure, pretty common.
mysql jboss openshift
Comments
Post a Comment