summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config
blob: 4d79112f806ffedb3c3dd9a19aabc685a0b167d8 (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": {
			"pass": "applications/example_java8"
		}
	}
}