UNIX: Configuring the SAP DB Web Server 

Use

You can configure the SAP DB Web Server in the SAP DB Web Server configuration file /usr/spool/sql/ini/WebAgent73.ini .

You can specify the configuration file of your choice when starting the SAP DB Web Server.

Prerequisites

Installing the SAP DB Web Tools Software
you are logged on with the
root user.

Conventions

Variables, Operating System Architecture

Procedure

Section [HTTP] of the WebAgent73.ini configuration file contains the following entries:

Port=85
Threading=1
Browsable=0
LogRequests=1
DocumentRoot=<installation_path_web_tools>/Documents
DefaultDocument=index.html
MimeTypeFile=<installation_path_web_tools>/mime.types
LogDirectory=<temp_path>
MaxThreads=100

Port

Set the port address of your choice for the SAP DB Web Server.

LogRequests

You can determine whether each access via HTTP should be logged or not.

LogDirectory

If you have set the LogRequest to log HTTP access, the SAP DB Web Server accesses are logged in the files httperr.log and httpreq.log .

This log file is written to the directory specified in LogDirectory .

MaxThreads

You can determine the maximum number of threads that can be used to process the SAP DB Web Server accesses. The number of threads specified here is created as a thread pool when the SAP DB Web Server is started.

Next Installation Step

Starting the SAP DB Web Server

Integration

Configuring and Starting the SAP DB Web Server