org.objectweb.dsrg.sofa.repository.server
Class RepositoryServer
java.lang.Object
org.objectweb.dsrg.sofa.repository.server.RepositoryServer
public class RepositoryServer
- extends java.lang.Object
Primitive Winstone servlet container launcher for Sofa repository.
Field Summary |
static java.lang.String |
REPOSITORY_PATH_PROPERTY
System property name for setting repository directory root. |
static java.lang.String |
REPOSITORY_PORT
System property name for setting repository server listening port. |
static java.lang.String |
REPOSITORY_WEBAPP_PATH
System property name for setting repository web application war path |
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPOSITORY_PATH_PROPERTY
public static final java.lang.String REPOSITORY_PATH_PROPERTY
- System property name for setting repository directory root.
- See Also:
- Constant Field Values
REPOSITORY_PORT
public static final java.lang.String REPOSITORY_PORT
- System property name for setting repository server listening port.
- See Also:
- Constant Field Values
REPOSITORY_WEBAPP_PATH
public static final java.lang.String REPOSITORY_WEBAPP_PATH
- System property name for setting repository web application war path
- See Also:
- Constant Field Values
RepositoryServer
public RepositoryServer()
main
public static void main(java.lang.String[] args)
- Parameters:
args
- no parameters used