Previous Topic: Connection Pooling Recommendations

Next Topic: Session Scheme Settings in the server.conf File

Redirect Service Configuration

The redirect service of the SPS sends requests to destination servers. Unlike the forward service, the destination server handles subsequent requests, not the SPS.

The redirect service has the following format:

<Service name="redirect">
	class=com.netegrity.proxy.service.RedirectService
</Service>

The directive is:

class

Indicates the implementation that handles redirected requests. This directive must not be modified.

Default: com.netegrity.proxy.service.RedirectService