Interface GlassFishPropertySet


  • public interface GlassFishPropertySet
    Interface for GlassFish-specific properties.
    • Field Detail

      • ADMIN_PORT

        static final String ADMIN_PORT
        The admin HTTP port that GlassFish will use. Defaults to 4848.
        See Also:
        Constant Field Values
      • REMOVE_DEFAULT_DATASOURCE

        static final String REMOVE_DEFAULT_DATASOURCE
        By default, GlassFish deploys a datasource called DerbyPool which attempts to connect to a locally running Derby database on port 1527. On the other hand, it will not by default start such a server -as a result, it is safer to remove this datasource in order to avoid confusing the GlassFish persistence manager.
        See Also:
        Constant Field Values
      • IIOP_MUTUAL_AUTH_PORT

        static final String IIOP_MUTUAL_AUTH_PORT
        IIOP mutual authentication port. Defaults to 3920.
        See Also:
        Constant Field Values
      • OSGI_SHELL_PORT

        static final String OSGI_SHELL_PORT
        Felix shell service port. Defaults to 6666. GlassFish 3 only.
        See Also:
        Constant Field Values
      • DEPLOY_ARG_PREFIX

        static final String DEPLOY_ARG_PREFIX
        Prefix for extra arguments for "asadmin deploy"
        See Also:
        Constant Field Values
      • UNDEPLOY_ARG_PREFIX

        static final String UNDEPLOY_ARG_PREFIX
        Prefix for extra arguments for "asadmin undeploy"
        See Also:
        Constant Field Values