You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

Description

The VM image contains a default installation of Joget Workflow on Apache Tomcat, MySQL and Ubuntu Linux in OVA (Open Virtualization Format).

All services have been configured to start on startup.

Joget Workflow is accessible via the URL http://IP_OF_VM:8080/jw

Product Versions

 

  • Joget Workflow v6 Enterprise Edition 5.0.12
  • Apache Tomcat 8.0.20
  • MySQL 5.7

 

  • Ubuntu 16.04.2

Installing the VM

1. Import the OVA file
2. Modify the VM Settings (CPU, Memory, Network Adapter) as required
3. Start the VM
4. Login to Ubuntu using the login above
5. Type "ifconfig" to obtain the IP address
6. From the web browser, access Joget Workflow using the URL http://IP_OF_VM:8080/jw

Ubuntu Login

  • Username: ubuntu
  • Password: ubuntu

MySQL Login

  • Username: root
  • Password: root

Additional Notes

  • 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
  • Stop Apache Tomcat: sudo systemctl stop tomcat

 

  • No labels