com.opensymphony.webwork.quickstart
Class JettyServer

java.lang.Object
  extended by com.opensymphony.webwork.quickstart.JettyServer

public class JettyServer
extends Object

To start a Jetty server used by the QuickStart application.


Field Summary
static String WEBAPPS_DIR_PROPERTY
          The system property name used to specify a directory of webapps.
 
Constructor Summary
JettyServer()
           
 
Method Summary
static void startServer(int port, String context, List pathPriority, Map paths, String resolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEBAPPS_DIR_PROPERTY

public static final String WEBAPPS_DIR_PROPERTY
The system property name used to specify a directory of webapps.

See Also:
Constant Field Values
Constructor Detail

JettyServer

public JettyServer()
Method Detail

startServer

public static void startServer(int port,
                               String context,
                               List pathPriority,
                               Map paths,
                               String resolver)
                        throws Exception
Throws:
Exception

WebWork Project Page