org.openanzo.standalone
Class StandaloneServer

java.lang.Object
  extended by org.openanzo.standalone.StandaloneServer

public class StandaloneServer
extends java.lang.Object

Standalone Server starts a new Instance of a Jetty server, an ActiveMQ server, and initializes the Anzo system.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
StandaloneServer(java.lang.String[] args)
          Start a new server
 
Method Summary
 java.util.Properties getProperties()
          Get the configuration properties for the server container
 org.mortbay.jetty.servlet.Context getRootContext()
          Get the root context of the server container
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneServer

public StandaloneServer(java.lang.String[] args)
Start a new server

Parameters:
args - command line arguments
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

getRootContext

public org.mortbay.jetty.servlet.Context getRootContext()
Get the root context of the server container

Returns:
the root context of the server container

getProperties

public java.util.Properties getProperties()
Get the configuration properties for the server container

Returns:
the configuration properties for the server container


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.