summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config
new file mode 100644
index 00000000..0254677b
--- /dev/null
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc8-config
@@ -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"
+ }
+ }
+}