...
Product Versions
- Joget Workflow v6 v5 Enterprise Edition 5.0.13
- Apache Tomcat 8.0.20
- MySQL 5.6.33
- Ubuntu 14.04.5 32-bit
Installing the VM
- Import the OVA file
Modify the VM Settings (CPU, Memory, Network Adapter) as required
Start the VM
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
- From the web browser, access Joget Workflow using the URL http://IP_OF_VM:8080/jw
...
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, You may configure the network adapter accordingly from the default NAT connection so that you can access 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.
On Virtualbox, select Bridged Adapter.
...