Java Doc for AbstractAppServer.java in » Net » Terracotta » com » tc » test » server » appserver » Java Source Code / Java DocumentationJava Source Code and Java Documentation
serverInstallDirectory() The specific appserver implementation uses the server install directory to locate the immutable appserver
installation files used to start running instances in the working directory.
serverType() The server name is used to create a parent directory for the server install directory which the appserver
implementation refers to as it's home directory.
final protected void
setProperties(AppServerParameters params, int port, File instance) Implementing classes call this method to assign a series of properties to be available as system properties to the
appserver's JVM.
final protectedFile serverInstallDirectory()(Code)
The specific appserver implementation uses the server install directory to locate the immutable appserver
installation files used to start running instances in the working directory.
The server name is used to create a parent directory for the server install directory which the appserver
implementation refers to as it's home directory.
Implementing classes call this method to assign a series of properties to be available as system properties to the
appserver's JVM. Properties are optionally set by calling
StandardAppServerParameters , passing a
Properties object to it's overloaded constructor. These instance specific properties are written to disk
and read by the appserver JVM. Two properties are always set by default:
AppServerConstants.APP_INSTANCE and
AppServerConstants.APP_PORT .