Package io.hawt.system
Class HawtioProperty
- java.lang.Object
-
- io.hawt.system.HawtioProperty
-
public final class HawtioProperty extends Object
Hawtio property name constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORCE_PROPERTIESBoolean flag indicating whether JNDI configuration should be skipped in preference of system properties.static StringSERVLET_PATHThe name of the servlet context attribute holding hawtio deployment path relative to the context root.
-
Constructor Summary
Constructors Constructor Description HawtioProperty()
-
-
-
Field Detail
-
FORCE_PROPERTIES
public static final String FORCE_PROPERTIES
Boolean flag indicating whether JNDI configuration should be skipped in preference of system properties.- See Also:
- Constant Field Values
-
SERVLET_PATH
public static final String SERVLET_PATH
The name of the servlet context attribute holding hawtio deployment path relative to the context root. By default when hawtio is launched in stand-alone mode, its path is assumed to be at the root of the servlet. But in certain scenarios this might not be the case. For example, when running under Spring Boot, actual hawtio path can potentially consist of servlet prefix, management context path as well as hawtio endpoint path.- See Also:
- Constant Field Values
-
-