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
|
computers.ini, stores host names, IP addresses and IP ranges used by
Security Manager.
Syntax
name = hostname
address = ip_address
range = ip_range
|
address
|
the IP address in the form
#.#.#.#,
where # is a number from 0 to 255.
|
|
name
|
the host name.
|
|
range
|
the IP range in the form
#.#.#.#-#.#.#.#
or [#|*].[#|*].[#|*].[#|*],
where # is a number from 0 to 255 or * is for
any number in the range of 0 to 255.
|
Notes
Changes made to configuration files will not be used until the Servertec
Internet Server is restarted.
Example
p2 = hostname
168.192.0.10 = ip_address
168.192.0.* = ip_range
131.192.0.10-168.192.0.20 = ip_range
|
|