Configure the WebSEAL HTTP requests so that you can define
how WebSEAL handles HTTP requests from unauthenticated users.
About this task
It is typical to allow anonymous users read-only access to
selected documents on the public section of your website. Enable or
disable access to selected documents by editing the stanza entries
for handling HTTP requests over TCP in the [server] stanza
of the WebSEAL configuration file.
Procedure
- Log in to the local management interface.
- Select .
- Select your instance.
- Select .
- Add the following line under the [server] stanza.
- Set the HTTPS access port value by adding the following
line under the [server] stanza.
IBM® HTTP Server, WebSphere® Application Server, and WebSEAL
all use port 80 as the default port.
[server]
http-port = 80
- Save and deploy your changes.