@Contract
public interface ServerEnvironment
Modifier and Type | Interface and Description |
---|---|
static class |
ServerEnvironment.Status |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_INSTANCE_NAME |
static String |
kCompileJspDirName
folder where the compiled JSP pages reside
|
Modifier and Type | Method and Description |
---|---|
File |
getApplicationAltDDPath()
Gets the directory to store external alternate deployment descriptor
Normally
ROOT/generated/altdd |
File |
getApplicationCompileJspPath()
Returns the path for compiled JSP Pages from an application
that is deployed on this instance.
|
File |
getApplicationEJBStubPath() |
File |
getApplicationGeneratedXMLPath() |
File |
getApplicationPolicyFilePath() |
File |
getApplicationRepositoryPath()
Gets the directory to store deployed applications
Normally
ROOT/applications |
File |
getApplicationStubPath()
Gets the directory to store generated stuff.
|
File |
getConfigDirPath() |
String |
getDomainName() |
String |
getInstanceName()
Every server has a name that can be found in the server element in domain.xml
|
File |
getInstanceRoot() |
File |
getJKS()
A Java KeyStore which is locked by administrator's master password.
|
File |
getLibPath()
Gets the directory for hosting user-provided jar files.
|
File |
getMasterPasswordFile()
A JCEKS keystore which is locked with a fixed-key.
|
RuntimeType |
getRuntimeType()
Returns the process type of this instance.
|
com.sun.enterprise.module.bootstrap.StartupContext |
getStartupContext()
return the startup context used to initialize this runtime
|
ServerEnvironment.Status |
getStatus()
Gets the server status
|
File |
getTrustStore()
The truststore used by the server.
|
boolean |
isDas() |
boolean |
isInstance() |
boolean |
isMicro() |
static final String kCompileJspDirName
static final String DEFAULT_INSTANCE_NAME
String getDomainName()
File getInstanceRoot()
com.sun.enterprise.module.bootstrap.StartupContext getStartupContext()
File getConfigDirPath()
File getLibPath()
ROOT/lib
File getApplicationRepositoryPath()
ROOT/applications
File getApplicationStubPath()
ROOT/generated
File getApplicationCompileJspPath()
File getApplicationGeneratedXMLPath()
File getApplicationEJBStubPath()
File getApplicationPolicyFilePath()
File getApplicationAltDDPath()
ROOT/generated/altdd
File getMasterPasswordFile()
File getJKS()
File getTrustStore()
ServerEnvironment.Status getStatus()
RuntimeType getRuntimeType()
String getInstanceName()
boolean isInstance()
boolean isDas()
boolean isMicro()
Copyright © 2020. All rights reserved.