org.codehaus.cargo.container.tomcat
Interface TomcatPropertySet


public interface TomcatPropertySet

Gathers all Tomcat properties.

Version:
$Id: TomcatPropertySet.java 1826 2008-12-05 18:31:42Z adriancole $

Field Summary
static java.lang.String AJP_PORT
          Port tomcat will listen on for AJP 1.3 requests.
static java.lang.String CONNECTOR_EMPTY_SESSION_PATH
          The boolean value for the empty session path connector property.
static java.lang.String MANAGER_URL
          The URL for calling the Tomcat Manager app.
 

Field Detail

MANAGER_URL

static final java.lang.String MANAGER_URL
The URL for calling the Tomcat Manager app.

See Also:
Constant Field Values

CONNECTOR_EMPTY_SESSION_PATH

static final java.lang.String CONNECTOR_EMPTY_SESSION_PATH
The boolean value for the empty session path connector property.

See Also:
Constant Field Values

AJP_PORT

static final java.lang.String AJP_PORT
Port tomcat will listen on for AJP 1.3 requests.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.