org.codehaus.cargo.container.geronimo
Interface GeronimoPropertySet


public interface GeronimoPropertySet

Interface for Geronimo-specific properties.

Version:
$Id: GeronimoPropertySet.java 1004 2006-04-09 15:20:32Z vmassol $

Field Summary
static java.lang.String GERONIMO_CONSOLE_LOGLEVEL
          Log level for console log appender.
static java.lang.String GERONIMO_FILE_LOGLEVEL
          Log level for file log appender.
static java.lang.String GERONIMO_SERVLET_CONTAINER_ID
          The id for the servlet container.
static java.lang.String GERONIMO_USERS
          Geronimo list of user credentials.
 

Field Detail

GERONIMO_SERVLET_CONTAINER_ID

static final java.lang.String GERONIMO_SERVLET_CONTAINER_ID
The id for the servlet container. Ex. tomcat or jetty

See Also:
Constant Field Values

GERONIMO_USERS

static final java.lang.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 java.lang.String GERONIMO_FILE_LOGLEVEL
Log level for file log appender.

See Also:
Constant Field Values

GERONIMO_CONSOLE_LOGLEVEL

static final java.lang.String GERONIMO_CONSOLE_LOGLEVEL
Log level for console log appender.

See Also:
Constant Field Values


Copyright © 2004-2010 Codehaus. All Rights Reserved.