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