summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/svc.conf
blob: d3acbdb65cf28352145b0f89758c833ba64ac717 (plain)
1
2
3
4
5
6
7
8
9
10
#
# -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 9999 -n 35 -s 0"
#dynamic HTTP_Server Service_Object * .shobj/HTTP_Server:jaws "HTTP_Server -p 5432 -s HTTP_Service"