# AppServer.config file for Webware for Python PrintConfigAtStartUp = True Verbose = True # verbose output PlugInDirs = [WebwarePath] # load all Wewbare plug-ins PlugIns = [] # use this if you want to load specific plug-ins only # This is the IP address at which the application server will listen: Host = 'localhost' # use '' for listening on all network interfaces EnableAdapter = True # enable WebKit adapter #AdapterPort = 8086 AdapterPort = 10010 #EnableHTTP = True # enable built-in Webserver EnableHTTP = False # enable built-in Webserver HTTPPort = 8080 # The initial, minimum and maxium number of worker threads: #StartServerThreads = 10 StartServerThreads = 20 #MinServerThreads = 5 MinServerThreads = 10 #MaxServerThreads = 20 MaxServerThreads = 40 # You can activate auto reloading on source changes here: #AutoReload = False AutoReload = True