Servertec computers.ini
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Server API
Servlet / JSP API
Xerces API
CGI
SSI
Servlets
Config Files
acl.ini
aliases.ini
archives.ini
computers.ini
contexts.ini
dbpools.ini
groups.ini
hosts.ini
iws.ini
locales.ini
logger.ini
messages.ini
mimetypes.ini
realms.ini
resources.ini
rights.ini
servlets.ini
session.ini
templates.ini
users.ini
workgroup.ini

Log Files
Classes
Directory Tree
Examples
Legal
Contact Us

 

computers.ini, stores host names, IP addresses and IP ranges used by the Security Manager.

Syntax

name = hostname
address = ip_address
range = ip_range

address the IP address in the form N.N.N.N, where N is a number from 0 to 255.
name the host name.
range the IP range in the form N.N.N.N-N.N.N.N or [N|*].[N|*].[N|*].[N|*], where N is a number from 0 to 255 and * is for any value.

Notes

Changes made to configuration files will not be used until the 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
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:57:18 EDT 2005