org.codehaus.cargo.container.property
Interface ServletPropertySet


public interface ServletPropertySet

Gathers all properties related to Servlet/JSP containers.

Version:
$Id: ServletPropertySet.java 232 2004-12-12 15:32:15Z vmassol $

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

Field Detail

PORT

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

See Also:
Constant Field Values

USERS

static final java.lang.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-2011 Codehaus. All Rights Reserved.