I initially installed flowable on my local machine but after going through some of the tutorials, I moved it to a remote server by doing the following:
1 - installed Tomcat 9
2 - Dropped the Application WAR files in tomcat
3 - Exported the db
4 - Dropped a flowable-ui-app.properties file in the <tomcat_install_dir>/lib directory
5 - Changed the following columns in the ACT_ADM_SERVER_CONFIG table to reflect the move:
a) SERVER_ADDRESS_ -> fqdn of the server
b) PORT -> 80
Niginx proxies for the tomcat.
Since these changes I find I am only able to login to the IDM but not the other apps. When I do I just get redirected to the idm login screen but can’t login in.