au.com.lastweekend.cgi
Class FastCGILauncher

java.lang.Object
  extended by au.com.lastweekend.cgi.FastCGILauncher
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class FastCGILauncher
extends java.lang.Object
implements javax.servlet.ServletContextListener

Context params

  • FCGILauncher.name.command=command
  • FCGILauncher.name.redirectSTDERR=true|false (default true)
  • FCGILauncher.name.restartDelay=milliseconds (default 30 seconds)
  • FCGILauncher.name.ENV_env-var=val
  • Version:
    $Id$
    Author:
    Grant Gardner grant@lastweekend.com.au

    Constructor Summary
    FastCGILauncher()
               
     
    Method Summary
     void contextDestroyed(javax.servlet.ServletContextEvent sce)
               
     void contextInitialized(javax.servlet.ServletContextEvent sce)
               
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    FastCGILauncher

    public FastCGILauncher()
    Method Detail

    contextDestroyed

    public void contextDestroyed(javax.servlet.ServletContextEvent sce)
    Specified by:
    contextDestroyed in interface javax.servlet.ServletContextListener

    contextInitialized

    public void contextInitialized(javax.servlet.ServletContextEvent sce)
    Specified by:
    contextInitialized in interface javax.servlet.ServletContextListener


    Copyright © 2008. All Rights Reserved.