summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/svc.conf
blob: 0032fb4d45ed776d5cf7ffe551c8359d6858eee9 (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 5432 -n 10 -s 0"
#dynamic HTTP_Server Service_Object * .shobj/HTTP_Server:jaws "HTTP_Server -p 5432 -s HTTP_Service"