org.d2rq.server
Class JettyLauncher
java.lang.Object
org.d2rq.server.JettyLauncher
public class JettyLauncher
- extends Object
Starts a Jetty instance with D2R Server as the
root web application.
- Author:
- Richard Cyganiak (richard@cyganiak.de)
Method Summary |
boolean |
start()
Starts a Jetty server with D2R Server as root webapp. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyLauncher
public JettyLauncher(SystemLoader loader,
int port)
start
public boolean start()
- Starts a Jetty server with D2R Server as root webapp.
- Returns:
true
on success, false
if webapp init failed