com.caucho.boot
Class ResinBoot

java.lang.Object
  extended by com.caucho.boot.ResinBoot

public class ResinBoot
extends java.lang.Object

ResinBoot is the main bootstrap class for Resin. It parses the resin.xml and looks for the <server> block matching the -server argument.

Start Modes:

The start modes are STATUS, DIRECT, START, STOP, KILL, RESTART, SHUTDOWN.


Method Summary
 java.lang.String getServerId()
           
 boolean isElasticIp(com.caucho.boot.WatchdogArgs args)
           
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
 

Method Detail

getServerId

public java.lang.String getServerId()

isElasticIp

public boolean isElasticIp(com.caucho.boot.WatchdogArgs args)

main

public static void main(java.lang.String[] argv)
The main start of the web server.
 -conf resin.xml  : alternate configuration file
 -server web-a    : <server> to start