org.codehaus.cargo.container.property
Interface ServletPropertySet


public interface ServletPropertySet

Gathers all properties related to Servlet/JSP containers.

Version:
$Id: ServletPropertySet.java 1705 2008-09-02 13:14:55Z adriana $

Field Summary
static String PORT
          Port on which the Servlet/JSP container is listening to.
static String USERS
          Allow defining users and map to roles.
 

Field Detail

PORT

static final String PORT
Port on which the Servlet/JSP container is listening to.

See Also:
Constant Field Values

USERS

static final String USERS
Allow defining users and map to roles. The format is name1:pwd1:role11,...,role1N|name2:pwd2:role21,...,role2N|....

See Also:
Constant Field Values


Copyright © 2004-2012 Codehaus. All Rights Reserved.