I tested the Activity v6 and he has’t this problem. So let me ask what I need to do to resolve my problem with access (to flowable-admin, flowable-modeler, flowable-task) in Flowable v6 ?
Let me clarify for other users who will see this thread in future. I found the ‘idm.app.url’ in the next file: ‘/WEB-INF/classes/META-INF/flowable-ui-app/flowable-ui-app.properties’
As described here, you can always copy the flowable-ui-app.properties from one of the WAR files (e.g. /WEB-INF/classes/META-INF/flowable-ui-app/flowable-ui-app.properties) into the Tomcat/lib folder, so it’s picked up by all the Flowable apps. That means you only need to modify the database and IDM URL in one place.
I could’t decrypt your answers correctly, i am able access only http://localhost:8080/flowable-idm and not able to access other components like modeler, task etc.
I have been running .sh scripts given(/flowable-engine-master/scripts/). i far as i remember i have stopped tomcat as it also running on 8080 to make http://localhost:8080/flowable-idm running.