-
Notifications
You must be signed in to change notification settings - Fork 15
console
Jason Joo edited this page Jan 2, 2019
·
2 revisions
控制台是对schedule任务和配置进行管理的工具,一般可自己在本地配置启动一个控制台,即可配置和连接不同入口进行调度管理。
git clone [email protected]:dop/tbschedule.git
在ide(以eclipse为例)导入tbschedule项目(含两个子项目)
按正常的方式来新建调试Server并运行即可
tbschedule-console-3.3.4.0.war.zip
git clone [email protected]:dop/tbschedule.git
cd tbschedule
mvn compile package -DskipTests
cd tbschedule-console/target/
ls -l tbschedule-console-3.3.3.2.war
-rw-r--r-- 1 hblzxsj staff 6578359 Mar 15 12:31 tbschedule-console-3.3.4.0.war
下载19999.zip 执行
tar zxf 19999.tar.gz
cd 19999
bin/startup.sh
之后可通过 http://127.0.0.1:19999/schedule/index.jsp?manager=true 来访问
通过Zookeeper连接配置可灵活连接不同的schedule配置入口。
注意,同时只能对一个入口进行访问和管理工作。
配置可以方便地导出,也可以方便地导入(导出的txt文本粘贴)