de.fuberlin.wiwiss.d2rq.server
Class JettyLauncher

java.lang.Object
  extended by de.fuberlin.wiwiss.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)

Constructor Summary
JettyLauncher(SystemLoader loader, int port)
           
 
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
 

Constructor Detail

JettyLauncher

public JettyLauncher(SystemLoader loader,
                     int port)
Method Detail

start

public boolean start()
Starts a Jetty server with D2R Server as root webapp.

Returns:
true on success, false if webapp init failed