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 v5 Enterprise Edition 5.0.1213
  • Apache Tomcat 8.0.20
  • MySQL 5.7.17
  • Ubuntu 16.04.2 32-bit

Installing the VM

  1. Download the VM from SourceForge.
  2. Unzip the file and import Import the OVA file into your virtualization platform.
  3. Modify the VM Settings (CPU, Memory, Network Adapter) as required. Typically, a bridged network connection is required for the VM to be accessible on the network (please refer to the Additional Notes section below for more details)

  4. Start the VM

  5. Login to Ubuntu using the login below
  6. .

  7. 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

    Type

    "ifconfig" to obtain the IP address.

  8. 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 systemctl start tomcat sudo /etc/init.d/tomcat start
  • Stop Apache Tomcat: sudo systemctl stop tomcat sudo /etc/init.d/tomcat stop
  • You may When you are configuring your virtual instance, configure the network adapter accordingly from the default NAT to Bridged connection so that you can gain access to the server with network IP address that is accessible to youthe instance can be accessible within your local network.
    For example, on VMWare Player, select Bridged network connection.
    Image Modified
    On Virtualbox, select Bridged Adapter.
    Image Modified