JXS works great on the cloud. But which cloud?
All of them. However cloud platforms have optimisations.
This section describes these cloud platform specific optimisations.
Git Client
Git Account
Open shift / Heroku account
Create repository in Git account
Clone empty repo into your machine
Clone simple sample tomcat webapp example - which uses maven
Copy webapp details into new src/main/webapp directory of your repo
Simple Update to POM.xml for labeling and title names
Push changes
Update dbserv.DbserviceCode.cfg
dbname=new_db_name
driver=com.mysql.cj.jdbc.Driver
hostname=new_host_name
isenv=0
password=new_password
port=3306
url=jdbc:mysql://new_host_name:3306/new_db_name?serverTimezone=GMT
username=new_user_name
validationquery=select 1