summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-jsc19-config
blob: 106b694b4e34810e2e5b10de30012a4e0412b8ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"applications": {
		"example_java19": {
			"processes": 1,
			"type": "java 19",
			"webapp": "/usr/share/doc/unit-jsc19/examples/jsc-app"
		}
	},

	"listeners": {
		"*:8800": {
			"pass": "applications/example_java19"
		}
	}
}