Interface ServletPropertySet
-
public interface ServletPropertySetGathers all properties related to Servlet/JSP containers.
-
-
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 isname1:pwd1:role11,...,role1N|name2:pwd2:role21,...,role2N|....
Important: Please only use this as a setter, as the users can also be set using theaddUsermethod.
-
-