Can’t get access to Flowable-modeler, Flowable-task and other

Hello,

I have deployed the following modules:

flowable-admin.war (192.168.0.1:8080/flowable-admin)
flowable-idm.war (192.168.0.1:8080/flowable-idm)
flowable-modeler.war (192.168.0.1:8080/flowable-modeler)
flowable-rest.war (192.168.0.1:8080/flowable-rest)
flowable-task.war (192.168.0.1:8080/flowable-task)

When I try to get access for example to the ‘flowable-modeler.war’ (http://192.168.0.1:8080/flowable-modeler), Tomcat redirects me to the ‘http://localhost:8080/flowable-idm/#/login?redirectOnAuthSuccess=true&redirectUrl=http://192.168.0.1:8080/flowable-modeler/ 9’ .

Let me ask what I need to do to resolve my problem with access (to flowable-admin, flowable-modeler, flowable-task) in Flowable v6.4.1 ?

Thanks in advance for your help!

Hi,

I think setting the correct env variable pointing to your IDM app should get things working. Set FLOWABLE_COMMON_APP_IDM_REDIRECT_URL to http://192.168.0.1:8080/flowable-idm and see if that helps.

/Y.

Hello Yuri,

Please can you tell me more in which file i must set the correct env variable ? I 'm using the Flowable v6.4.1.

Thank