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