org.exist
Class StandaloneServer
java.lang.Object
org.exist.StandaloneServer
public class StandaloneServer
- extends Object
Starts eXist in standalone server mode. In this mode, only the XMLRPC, REST and WebDAV
interfaces are provided. By default, the XMLRPC interface runs on port 8081. A minimal Jetty
webserver configuration is used for the REST and WebDAV interfaces. The REST interface
is accessible on http://localhost:8088 by default. The
WebDAV server uses the URL
http://localhost:8088/webdav/db for the database root collection.
- Author:
- wolf
StandaloneServer
public StandaloneServer()
run
public void run(String[] args)
throws Exception
- Throws:
Exception
run
public void run(String[] args,
Observer observer)
throws Exception
- Throws:
Exception
isStarted
public boolean isStarted()
printNotice
public static void printNotice()
shutdown
public void shutdown()
main
public static void main(String[] args)
Copyright (C) Wolfgang Meier. All rights reserved.