Public Class Methods : SstHttpServerSupport

* startHttpServerFromCommandLine
	"ACTION
	 	Start an HTTP server based on the command line arguments. This is 
		intended for running stand-alone headless servers.  The command 
		line is expected to have a URL at which to run the server and a directory 
		from which to serve files.  For example (assuming you package the 
		image as 'webserver.icx' and have an executable called 'webserver'); 

			webserver http://foo.com:80 c:\web  

		Note that any standard Smalltalk command line arguments must 
		come before the URL.

	RETURN VALUE
		<SstHttpServlet>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]