com.opensymphony.webwork.quickstart
Class JettyServer
java.lang.Object
com.opensymphony.webwork.quickstart.JettyServer
public class JettyServer
- extends Object
To start a Jetty server used by the QuickStart application.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JettyServer
public JettyServer()
startServer
public static void startServer(int port,
String context,
List pathPriority,
Map paths,
String resolver)
throws Exception
- Throws:
Exception