Documentation
Conventions
Command Line
Java API
Servlet API
Servlets
Config Files
acl.ini
aliases.ini
computers.ini
groups.ini
iws.ini
logger.ini
messages.ini
mimetypes.ini
resources.ini
rights.ini
servlets.ini
session.ini
users.ini
Classes
Directory Tree
Return
|
groups.ini, stores Group definitions used by Security Manager.
Syntax
group_name = user_name{,user_name}
|
group_name
|
the name of the Group.
|
|
user_name
|
the users in the group.
One or more comma delimited usernames defined in users.ini.
|
Notes
Changes made to configuration files will not be used until the Servertec
Internet Server is restarted.
Example
public = guest
|
|