Interface JSR88PropertySet
-
public interface JSR88PropertySetDefines all general container properties valid for JSR88-compliant containers.AbstractJsr88Deployer
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEPLOYTOOL_CLASSPATHExtra classpath necessary for the deployment tool (not the container itself!)static StringDEPLOYTOOL_JARJAR file to load the deployment tool from.static StringPASSWORDPassword to use when acquiring aDeploymentManager.static StringUSERNAMEUsername 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
-
-