Hi I tried to setup the flowable application with tomcat on linux server. I have loaded all the war files in app servers . Tried to access the IDM application https://<serverName/flowable-idm/ from windows . It works fine, Tried to access https://<serverName/flowable-admin/ . its redirecting to http://localhost:8080/flowable-idm/ to authenticate which is not available @ http://localhost:8080/
extracted the flowable-admin.war file and found that under WEB-INF/classes/flowable-default.properties there is a property which is defining the redirection .
flowable.common.app.idm-url=http://localhost:8080/flowable-idm.
is it possible to change this to flowable.common.app.idm-url=https:///flowable-idm. recreate the war file and load in to app server. will it work ? if now how to make it work
Thanks and regards,
Venkat