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.

The VM image contains a default installation of Joget on Apache Tomcat, MySQL and Ubuntu Linux.

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


Product Versions

  • Joget DX Enterprise Edition 7.0.xx
  • Apache Tomcat 8.5.23
  • MySQL 5.7.21
  • Ubuntu 16.04.2 64-bit

Installing the VM

  1. Download the VM from SourceForge.

  2. Unzip the file and 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. 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.

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

Additional Notes

  • Joget Admin Login: admin / admin

  • Ubuntu Login: ubuntu / ubuntu

  • MySQL Login: root / root
  • Joget 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
  • Configure the network adapter from the default NAT to Bridged connection so that the instance can be accessible within your local network.
    For example, on VMWare Player, select Bridged network connection.



    On Virtualbox, select Bridged Adapter.





  • If there are problems obtaining a network connection, login to Ubuntu and configure the network as per https://help.ubuntu.com/lts/serverguide/network-configuration.html





  • No labels