Entering content frame

Procedure documentation Microsoft Windows: Configuring the SAP DB Web Server Locate the document in its SAP Library structure

Use

You can configure the SAP DB Web Server in the registry, in the registry path HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\WebAgent74\HTTP.

See also: Variables Used, Supported Operating Systems and Browser

Prerequisites

You have administrator rights for your host.

Procedure

The registry path HKEY_LOCAL_MACHINE\ SOFTWARE\SAP\SAP DBTech\WebAgent74\HTTP contains the following entries:

Browsable=0
DefaultDocument=index.html
DocumentRoot=<installation_path_web_tools>\Documents
LogDirectory=<installation_path_web_tools>\Log
LogRequests=1
MaxThreads=10
MimeTypeFile=<installation_path_web_tools>\config\mime.types
Port=9999

Browsable

Set whether the contents of the directories under DocumentRoot should be visible using a browser.

·        0: The contents are not visible

·        1: The contents are visible

DefaultDocument

Change the start page of the Web Server, if necessary.

DocumentRoot

Change the path for the root directory of the web pages, if necessary.

LogDirectory

If you set LogRequest so that HTTP accesses are logged, accesses to the SAP DB Web Server are logged in the files httperr.log and httpreq.log.
These log files are written in the directory specified in
LogDirectory.

LogRequests

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

·        1: HTTP accesses are logged.

·        0: HTTP accesses are not logged.

MaxThreads

You can determine the maximum number of threads that can be used to process the accesses to the SAP DB Web Server. When the SAP DB Web Server is started, the threads are also started as a thread pool.

MimeTypeFile

Specify the MIME type file, if necessary.

Port

Change the port address for the SAP DB Web Server, if necessary.

Next Installation Step

Starting the SAP DB Web Server

 

Leaving content frame