flowable-ui部署(6.80)

不使用tomcat直接看最后边

前置条件:Apache Tomcat/9.0.78版本及以下

bash 复制代码
https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.78/bin/apache-tomcat-9.0.78-windows-x64.zip

一、下载资源

bash 复制代码
https://github.com/flowable/flowable-engine/releases/download/flowable-6.8.0/flowable-6.8.0.zip

二、解压部署

修改tomcat配置文件,根据自己的安装位置

bash 复制代码
D:\ProgramFiles\apache-tomcat-9.0.78\conf\server.xml

配置flowable应用

bash 复制代码
      <Context path="/flowable" docBase="F:\迅雷下载\flowable-6.8.0\wars\flowable-ui.war" reloadable="true"></Context>

如果8080端口被占用,可以修改tomcat端口

三、启动tomcat

四、登录

我修改了tomcat的端口,使用7080

bash 复制代码
http://localhost:7080/
bash 复制代码
http://localhost:7080/flowable/idm/#/login

账号:admin 密码:test

五、不使用tomcat

bash 复制代码
java -jar -Dserver.port=8088 flowable-ui.war
bash 复制代码
http://localhost:8088/flowable-ui/#/

账号:admin 密码:test

写个脚本后台运行

bash 复制代码
@echo off

REM 该脚本用于后台运行 Java 程序 flowable-ui
REM 使用 start 命令以后台最小化方式运行 javaw 命令

start "flowable-ui" /MIN javaw -jar -Dserver.port=8088 flowable-ui.war

exit
相关推荐
招风的黑耳4 小时前
Axure后台管理系统模板:智慧化解决方案的界面设计蓝图
ui·axure·后台原型
weixin_419658316 小时前
UISpy:Windows 界面控件的“显微镜“[特殊字符]
windows·python·测试工具·ui
2301_818732068 小时前
ui库写表单,格式问题可能的原因
ui
世人万千丶11 小时前
鸿蒙跨端框架 Flutter 学习:GetX 全家桶:从状态管理到路由导航的极简艺术
学习·flutter·ui·华为·harmonyos·鸿蒙
闻缺陷则喜何志丹11 小时前
【C# WPF】TextBox的数据绑定
ui·c#·wpf·mvvm·数据绑定·textbox
wtsolutions1 天前
Understanding Excel Data Formats - What Excel to JSON Supports
ui·json·excel
da_vinci_x1 天前
图标量产:从“手绘地狱”到“风格克隆”?Style Reference 的工业化实战
前端·游戏·ui·prompt·aigc·设计师·游戏美术
wtsolutions1 天前
Using the Excel to JSON API - Programmatic Access for Developers
ui·json·xhtml
weixin_402486342 天前
在adobe illustrator 上写latex code 显示数学公式 安装 LaTeX2Illustrator
ui·adobe·illustrator