Interface JSR88PropertySet
-
public interface JSR88PropertySet
Defines all general container properties valid for JSR88-compliant containers.AbstractJsr88Deployer
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPLOYTOOL_CLASSPATH
Extra classpath necessary for the deployment tool (not the container itself!)static String
DEPLOYTOOL_JAR
JAR file to load the deployment tool from.static String
PASSWORD
Password to use when acquiring aDeploymentManager
.static String
USERNAME
Username to use when acquiring aDeploymentManager
.
-
-
-
Field Detail
-
USERNAME
static final String USERNAME
Username to use when acquiring aDeploymentManager
.- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
Password to use when acquiring aDeploymentManager
.- See Also:
- Constant Field Values
-
DEPLOYTOOL_JAR
static final String DEPLOYTOOL_JAR
JAR file to load the deployment tool from.- See Also:
- Constant Field Values
-
DEPLOYTOOL_CLASSPATH
static final String DEPLOYTOOL_CLASSPATH
Extra classpath necessary for the deployment tool (not the container itself!) to function. Semicolon-separated.- See Also:
- Constant Field Values
-
-