Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Create new App

On your Windows command prompt, run this command to create a new OpenShift App.

...

Code Block
titleSet environment variable value
rhc env set JAVA_OPTS_EXT="-Djava.awt.headless=true -Dwflow.home=/var/lib/openshift/115e25277628e1c35b000238/app-root/data/wflow/" -a jogetv5
Code Block
titleExecution output
collapsetrue
Setting environment variable(s) ... done

Obtaining Joget Workflow

In your PuTTY SSH session, Execute the following commands.

...

Once we executed the last command earlier "mv apache-tomcat-8.0.20/webapps/jw* ~/jbossews/webapps/", Joget Workflow webapp is being initialized right away.

However, it is highly recommended that we restart the server first to make sure that everything would works persistently.

Issue the following command in your Windows command prompt.

Code Block
titleRestart App
rhc app-restart jogetv5

You can monitor its deployment of the web server by tailing the server log.

...