-
Notifications
You must be signed in to change notification settings - Fork 0
/
startThread.conf
74 lines (67 loc) · 1.84 KB
/
startThread.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[thread_list]
controljudge = 航行规则判断
threadareashipscollision = 区域船舶避碰线程
threadattentionshipscollision = 关注船舶避碰线程
threadaistoposgresql = AIS静态数据同步
threadaistoposgresqldynamic = AIS动态数据同步
threadaisserverpush = AIS服务推送
threadplanroute = 计划航线跟踪线程
#cn.com.hoonsoft.aisdatapush.ThreadRouteUpd=航线数据库改正
#cn.com.hoonsoft.enavrule.navigationrule.thread.ThreadAnchorageGuide=锚地指引
#cn.com.hoonsoft.ais.ThreadAISRead=AIS读取
#航行规则判断
[controljudge]
#线程名
classname = cn.com.hoonsoft.enavrule.navigationrule.ControlJudge
#单位为秒
sleeptime = 5
#端口号(tomcat)
port = 8081
#区域船舶避碰线程
[threadareashipscollision]
#线程名
classname = cn.com.hoonsoft.enavrule.shipcollision.Threads.ThreadAreaShipsCollision
#单位为秒
sleeptime = 20
#端口号(tomcat)
port = 8082
#关注船舶避碰线程
[threadattentionshipscollision]
#线程名
classname = cn.com.hoonsoft.enavrule.shipcollision.Threads.ThreadAttentionShipsCollision
#单位为秒
sleeptime = 20
#端口号(tomcat)
port = 8082
#AIS静态数据同步
[threadaistoposgresql]
#线程名
classname = cn.com.hoonsoft.aisdatapush.ThreadAisToPosGresql
#单位为秒
sleeptime = 150
#端口号(tomcat)
port = 8083
#AIS动态数据同步
[threadaistoposgresqldynamic]
#线程名
classname = cn.com.hoonsoft.aisdatapush.ThreadAisToPosGresqlDynamic
#单位为秒
sleeptime = 10
#端口号(tomcat)
port = 8083
#AIS服务推送
[threadaisserverpush]
#线程名
classname = cn.com.hoonsoft.aisdatapush.ThreadAisServerPush
#单位为秒
sleeptime = 5
#端口号(tomcat)
port = 8083
#计划航线跟踪线程
[threadplanroute]
#线程名
classname = cn.com.hoonsoft.restinterfaceprocess.planroutes.ThreadPlanRoute
#单位为秒
sleeptime = 5
#端口号(tomcat)
port = 8082