Packages: added unit-jsc (Java Servlet Container) family.
This commit is contained in:
15
pkg/deb/debian.module/unit.example-jsc9-config
Normal file
15
pkg/deb/debian.module/unit.example-jsc9-config
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_java9": {
|
||||
"processes": 1,
|
||||
"type": "java 9",
|
||||
"webapp": "/usr/share/doc/unit-jsc9/examples/jsc-app"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8800": {
|
||||
"application": "example_java9"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user