Interface GeronimoPropertySet
-
public interface GeronimoPropertySet
Interface for Geronimo-specific properties.
-
-
Field Summary
Fields Modifier and Type Field Description static String
GERONIMO_CONSOLE_LOGLEVEL
Log level for console log appender.static String
GERONIMO_FILE_LOGLEVEL
Log level for file log appender.static String
GERONIMO_SERVLET_CONTAINER_ID
The id for the servlet container.static String
GERONIMO_USERS
Geronimo list of user credentials.
-
-
-
Field Detail
-
GERONIMO_SERVLET_CONTAINER_ID
static final String GERONIMO_SERVLET_CONTAINER_ID
The id for the servlet container. Ex. tomcat or jetty- See Also:
- Constant Field Values
-
GERONIMO_USERS
static final String GERONIMO_USERS
Geronimo list of user credentials. Ex. name1:pwd1:role11,...,role1N|name2:pwd2:role21,...,role2N|...- See Also:
- Constant Field Values
-
GERONIMO_FILE_LOGLEVEL
static final String GERONIMO_FILE_LOGLEVEL
Log level for file log appender.- See Also:
- Constant Field Values
-
GERONIMO_CONSOLE_LOGLEVEL
static final String GERONIMO_CONSOLE_LOGLEVEL
Log level for console log appender.- See Also:
- Constant Field Values
-
-