Help index


Overview

There are two different kinds of Services fir HTTPServer: HTTPServices and HTTPActionServices. HTTPServices have a list of allowed service selectors and a default service selector. If no selector for the service comes with a request the default selector is used. If a selector is not allowed the server responds Illegal (empty) selector for service. An Action Service always call process: for a Request. See registerServiceIn:aServer for register a service.

Available Services

A List of Available Services (all sub Classes of HTTPService Class). Use the down arrow button to add selected service to the server.

Registered Services

A List of all registered Services for a HTTP Server. Every Service have different properties.

Realm

Here you can select a realm wich can set for authorize the service.

Allow Robots

Here you can allow or disallow robots to access your service contents. The default is disallow.

Link Names

The link name under which you can access a service. The link name have to started with a / Character.
You can add a full path for a link name (e.g. /foo/bar/baz' and you can have multiple linknames for one service.

Copyright © Claus Gittinger Development & Consulting, all rights reserved


Doc $Revision: 1.4 $ $Date: 1997/08/07 15:06:09 $