Change /flowable-task/ path to Root

hi all
i’m new to flowable and java world! , but i have good programming experience in web
i need to change the path of flowable task app from domainName/flowable-task/ to the root of the site

what config need to be changed with the ui apps to work properly?
Note: i learned how to build the war files !!

Hi,
I haven‘t tried this myself, but usually tomcat serves apps on root context path, when the corresponding .war file is named ROOT.war. So you can try renaming flowable-task.war to ROOT.war inside $tomcat-home/webapps.

Unfortunately it does not work
there is configurations need to be adjusted in flowable UI apps to work properly

Hi,

rename war to ROOT.war. If you need to use e.g. flowable-modeler change default property flowable.modeler.app.deployment-api-url=http://localhost:8080/flowable-task/app-api to new value.

Regards
Martin