Guys,
I am new to Activiti, so please bear with me here.
I am using the following
System - Windows 10 Home (64 bit 1607, OS Build - 14393.447)
Java - 1.8.0_111
Activiti - 5.0.22
Tomcat - 7.0.70 (for testing this out), 8.0.36 (for my other webapps usually)
With this setup, I restarted tomcat (both 7 and 😎 multiple times, but when I try to access localhost:8080/activiti-explorer from my browser I get HTTP 404 error. I have copied activiti-explorer.war to the webapps folder of tomcat, but that does not help. My other war files work well under tomcat, but for activiti I keep getting 404. (HTTP Status 404 - /activiti-explorer)
I've setup JAVA_HOME appropriately. Am I missing anything here?
PS - The same setup was tried on an EC2 machine running ubuntu (4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) with the same results.
Any help would greatly be appreciated.
Thanks,