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
相关推荐
ZC跨境爬虫33 分钟前
跟着 MDN 学 HTML day_11:(语义化容器全站重构+独立CSS拆分+字体合规引入)
前端·css·ui·重构·html·edge浏览器
ZC跨境爬虫35 分钟前
跟着 MDN 学 HTML day_10:(超链接核心语法+路径规则)
前端·css·笔记·ui·html·edge浏览器
ZC跨境爬虫9 小时前
跟着 MDN 学 HTML day_9:(信件语义标记)
前端·css·笔记·ui·html
Avalon71220 小时前
Unity3D响应式渲染UI框架UniVue
游戏·ui·unity·c#·游戏引擎
qq_454245031 天前
从 UI 操作到环境交互:一种通用元命令自动化协议的设计与意义
人工智能·ui·自动化·交互
格林威1 天前
工业视觉检测:提供可视化UI调试工具的实现方式是什么?
开发语言·人工智能·数码相机·ui·计算机视觉·视觉检测·工业相机
ZC跨境爬虫1 天前
跟着 MDN 学 HTML day_8:(高级文本语义标签+适配核心功底)
前端·css·笔记·ui·html
橙子199110161 天前
UI 绘制相关
ui
Math_teacher_fan2 天前
Flutter 跨平台开发实战:鸿蒙与音乐律动艺术(六)、Lissajous 利萨茹曲线:频率耦合的轨迹艺术
flutter·ui·数学建模·华为·harmonyos·鸿蒙系统
jiejiejiejie_2 天前
Flutter for OpenHarmony 萌系 UI 实战合集:骨架屏 + 引导页一站式指南
flutter·ui·华为