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
Log Files
Classes
Directory Tree
Return
|
resources.ini, stores resources protected by the Security Manager.
Syntax
alias = realm&type.name
|
alias
|
the URI to protect.
|
|
name
|
the name of the group defined in groups.ini,
user defined in users.ini or
host name, IP address or IP range defined in computers.ini.
IP addresses are the form
#.#.#.#,
where # is a number from 0 to 255.
IP ranges are in the form
#.#.#.#-#.#.#.#
or [#|*].[#|*].[#|*].[#|*],
where # is a number from 0 to 255 or * is for
any number in the range of 0 to 255.
|
|
realm
|
the name of a realm, normally default.
|
|
type
|
group, user, hostname, ip_address or
ip_range.
|
Notes
Changes made to configuration files will not be used until the Servertec
Internet Server is rebuilt and redeployed.
Example
/samples/protected = default&group.admin
|
|