Class TomcatPropertyKeys

java.lang.Object
com.atlassian.jira.startup.TomcatPropertyKeys

public final class TomcatPropertyKeys extends Object
An util class containing Tomcat related property keys.
Since:
9.5.0
  • Field Details

    • CATALINA_HOME_PROPERTY_KEY

      public static final String CATALINA_HOME_PROPERTY_KEY
      Represents the root of your Tomcat installation.
      See Also:
    • CATALINA_BASE_PROPERTY_KEY

      public static final String CATALINA_BASE_PROPERTY_KEY
      Represents the root of a runtime configuration of a specific Tomcat instance.
      See Also:
  • Constructor Details

    • TomcatPropertyKeys

      public TomcatPropertyKeys()