怎么在同一个服务器上运行两个独立的o2oa呢
我尝试过修改不同的端口,两套程序不同的数据库连接、但还是不行……启动第二个程序时报这个错 端口没改掉,您如何修改的,node文件发来看看 论坛管理员 发表于 2023-9-14 17:24
端口没改掉,您如何修改的,node文件发来看看
{
"enable": true,
"center": {
"enable": true,
"order": 0,
"sslEnable": false,
"port": 81,
"httpProtocol": "http",
"proxyHost": "http://dv.xxx.cn",
"proxyPort": 81
},
"application": {
"enable": true,
"port": 81,
"sslEnable": false,
"proxyHost": "http://dv.xxx.cn",
"proxyPort": 81,
"includes": [],
"excludes": []
},
"web": {
"enable": true,
"port": 81,
"sslEnable": false,
"proxyHost": "http://dv.xxx.cn",
"proxyPort": 81,
"proxyCenterEnable": true,
"proxyApplicationEnable": true,
"proxyTimeOut": 300
},
"data": {
"enable": true,
"tcpPort": 20051,
"includes": [],
"excludes": [],
"jmxEnable": false,
"cacheSize": 512,
"logLevel": "WARN",
"maxTotal": 50,
"maxIdle": 0,
"statEnable": false,
"statFilter": "mergeStat",
"slowSqlMillis": 2000,
"lockTimeout": 120000
},
"storage": {
"enable": true,
"port": 20041,
"sslEnable": false,
"name": "251",
"prefix": "",
"deepPath": false
},
"dumpData": {
"enable": false,
"cron": "",
"size": 7,
"path": ""
},
"restoreData": {
"enable": false,
"cron": "",
"path": ""
},
"nodeAgentEnable": true,
"nodeAgentPort": 20011,
"nodeAgentEncrypt": true,
"autoStart": true,
"selfHealthCheckEnable": false
} data和storage的端口改了吗,全部不一样,最后nodeAgentPort的端口也不能一样,一共6个端口
页:
[1]