com.caucho.server.http
Class RunnerServer

java.lang.Object
  |
  +--com.caucho.server.http.RunnerServer
All Implemented Interfaces:
com.caucho.server.RequestFactory

public class RunnerServer
extends java.lang.Object
implements com.caucho.server.RequestFactory


Constructor Summary
RunnerServer()
           
RunnerServer(com.caucho.server.http.ServletServer server)
          Dummy constructor for test compatibility with Resin 1.1 tests
 
Method Summary
 com.caucho.server.ServerRequest createRequest(com.caucho.server.Server server)
           
static void main(java.lang.String[] argv)
          The main start of the web server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnerServer

public RunnerServer()

RunnerServer

public RunnerServer(com.caucho.server.http.ServletServer server)
Dummy constructor for test compatibility with Resin 1.1 tests
Method Detail

createRequest

public com.caucho.server.ServerRequest createRequest(com.caucho.server.Server server)
Specified by:
createRequest in interface com.caucho.server.RequestFactory

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
The main start of the web server.
 -conf resin.conf   : alternate configuration file
 -port port         : set the server's portt
 -deadwait          : graceful shutdown when stdin closes.