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!) to function.
      static String DEPLOYTOOL_JAR
      JAR file to load the deployment tool from.
      static String PASSWORD
      Password to use when acquiring a DeploymentManager.
      static String USERNAME
      Username to use when acquiring a DeploymentManager.
    • Field Detail

      • 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