com.caucho.server.http
Class SingleRequestServer

java.lang.Object
  |
  +--com.caucho.server.http.SingleRequestServer

public class SingleRequestServer
extends java.lang.Object

Handles a single request from the command line. The argument is the URL of a page to evaluate.

See Also:
com.caucho.server.TcpServer

Constructor Summary
SingleRequestServer(java.lang.String[] argv)
           
 
Method Summary
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

SingleRequestServer

public SingleRequestServer(java.lang.String[] argv)
                    throws java.lang.Exception
Method Detail

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.