Packages: added unit-jsc (Java Servlet Container) family.
This commit is contained in:
15
pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config
Normal file
15
pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user