summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/server/svc.conf')
-rw-r--r--apps/JAWS/server/svc.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/JAWS/server/svc.conf b/apps/JAWS/server/svc.conf
deleted file mode 100644
index 0032fb4d45e..00000000000
--- a/apps/JAWS/server/svc.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# -p port number
-# -n threads in the server
-# -s = 0 -> synch thread pool
-# = 1 -> thread per request
-# = 2 -> asynch thread pool
-#
-static HTTP_Server "HTTP_Server -p 5432 -n 10 -s 0"
-#dynamic HTTP_Server Service_Object * .shobj/HTTP_Server:jaws "HTTP_Server -p 5432 -s HTTP_Service"
-