-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver2.json
36 lines (36 loc) · 1.01 KB
/
server2.json
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
{
"node": {
"name": "server2Node01",
"server": [
{
"name": "server2",
"process": {
"workingDirectory": "/data/server2",
"ioRedirect": {
"stderrFilename": "/data/server2/stderr.log",
"stdoutFilename": "/data/server2/stdout.log"
}
},
"java": {
"maximumHeapSize": "128"
},
"arguments": {
"javax.management.builder.initial": "",
"com.sun.management.jmxremote": "",
"com.sun.management.jmxremote.port": "19092",
"com.sun.management.jmxremote.authenticate": "true",
"com.sun.management.jmxremote.ssl": "false",
"ecommerce.host": "denise_9092",
"ecommerce.environment": "tst",
"ecommerce.country": "nl",
"override.resources": "classpath:configuration-test.properties",
"log4j.configuration": "log4j-test.properties"
}
},
{
"name": "server3",
"ensure": "absent"
}
]
}
}