blob: c64a1aff4dbd1fceb31b2ee4518160e10b2c4dcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"applications": {
"example_java9": {
"processes": 1,
"type": "java 9",
"webapp": "/usr/share/doc/unit-jsc9/examples/jsc-app"
}
},
"listeners": {
"*:8800": {
"application": "example_java9"
}
}
}
|