org.exist
Class Server

java.lang.Object
  extended byorg.exist.Server

public class Server
extends java.lang.Object

Main class to start the stand-alone server. By default, an XML-RPC listener is started at port 8081. The HTTP server will be available at port 8088. Use command-line options to change this.

Author:
Wolfgang Meier

Constructor Summary
Server()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method to start the stand-alone server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method to start the stand-alone server.

Parameters:
args - Description of the Parameter
Throws:
java.lang.Exception - Description of the Exception


Copyright (C) Wolfgang Meier. All rights reserved.