Versions Compared

Key

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

Table of Contents

Description

If you are using an OVA (Open Virtualization Format) compatible virtualization platform such as VMWare or VirtualBox, you can download and use the OVA image.

...

All services have been configured to start on startup, and Joget Workflow is accessible via the URL http://IP_OF_VM:8080/jw

Product Versions

  • Joget Workflow v6 Enterprise Edition 5.0.13
  • Apache Tomcat 8.0.20
  • MySQL 5.6.33
  • Ubuntu 14.04.5

Installing the VM

  1. Import the OVA file
  2. Modify the VM Settings (CPU, Memory, Network Adapter) as required

  3. Start the VM

  4. The IP of the VM should display in the login screen if the VM is connected to the network. If no IP is available, login to Ubuntu and type "ifconfig" to obtain the IP address

  5. From the web browser, access Joget Workflow using the URL http://IP_OF_VM:8080/jw

Additional Notes

  • Joget Workflow Admin Login: admin / admin

  • Ubuntu Login: ubuntu / ubuntu

  • MySQL Login: root / root
  • Joget Workflow Path: /opt/joget
  • Apache Tomcat Path: /opt/joget/apache-tomcat
  • Tail Apache Tomcat Log File: tail -f /opt/joget/apache-tomcat/logs/catalina.out
  • Start Apache Tomcat: sudo /etc/init.d/tomcat start
  • Stop Apache Tomcat: sudo /etc/init.d/tomcat stop
  • When you are configuring the VM, configure the network adapter accordingly so that you can access the server with network IP address that is accessible to you.
    For example, on VMWare Player, select Bridged network connection.

    On Virtualbox, select Bridged Adapter.



...