解决 Flowable 部署在服务器上后 重定向为 localhost 问题


 

在将 flowable UI服务部署到 Linux 机器上的tomcat中,访问flowable的admin管理页面 http://机器IP:8080/flowable-admin,会被重定向到localhost,效果如下:

解决 Flowable 部署在服务器上后 重定向为 localhost 问题

 

如何解决该问题呢?

 

问题原因

只能先访问 idm 模块后,才能登录其他模块。

 

解决方案

1、先登录访问idm模块

访问地址:http://机器IP:8080/flowable-idm

默认用户名:admin

默认密码:test

解决 Flowable 部署在服务器上后 重定向为 localhost 问题

 

登录后,idm页面效果如下:

解决 Flowable 部署在服务器上后 重定向为 localhost 问题

 

2、再次访问admin页面

访问地址:http://机器IP:8080/flowable-admin

效果如下:

解决 Flowable 部署在服务器上后 重定向为 localhost 问题

相关文章:

  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-09-01
  • 2021-11-22
  • 2021-04-15
猜你喜欢
  • 2021-11-06
  • 2021-09-05
  • 2021-11-13
  • 2021-12-06
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案