au.com.lastweekend.cgi
Class CGIFactory

java.lang.Object
  extended by au.com.lastweekend.cgi.CGIFactory

public class CGIFactory
extends java.lang.Object

Standard Factory for CGIHandlers Takes servletConfig to extract initialisation parameters.

CGI_commandPrefix

Prefix to append before cgi executable, eg "perl" or "/usr/bin/php-cgi"

FCGI_host

Hostname for FCGI server, defaults to "localhost"

FCGI_port

Port for FCGI server. Required for FastCGI operation

CGI_fallback

If "true" and the FCGI socket cannot be opened, standard Process based CGI will be used instead. Defaults to "true" if FCGI is being used and a CGI_commandPrefix is supplied.

Version:
$Id: CGIFactory.java 123 2008-12-20 09:57:46Z lwoggardner $
Author:
Grant Gardner grant@lastweekend.com.au

Constructor Summary
CGIFactory(javax.servlet.ServletConfig servletConfig)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGIFactory

public CGIFactory(javax.servlet.ServletConfig servletConfig)


Copyright © 2008. All Rights Reserved.