Entering content frame

Procedure documentation Changing the Configuration of the Web Server Locate the document in its SAP Library structure

Use

You can change the configuration that is used as a system default when the Web Server is started, or you can specify a different configuration file when you start the Web Server (see: Starting and Stopping the Web Server).

You can do this using the Web Server Manager, which uses a web-based application to provide easy access to the Web Server configuration on any operating system. However, you can also edit the configuration directly.

Below is a description of how to edit the configuration used as the system default.

Prerequisites

UNIX/Linux

You are logged on as user root.

Microsoft Windows

You need to have administrator rights for your computer.

Procedure

...

       1.      UNIX/Linux

Open the configuration file /usr/spool/sql/ini/WebAgent75.ini

Microsoft Windows

Go to the registry path \HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\WebAgent75

       2.      The configuration is split into content sections. Navigate to the required section of the configuration and change the default parameter settings to suit your requirements.

       3.      Save your entries.

The following list gives details of the most important Web Server parameters:

HTTP Section

Parameter

Description

Default value

LogDirectory

Directory for log files httperr.log and httpreq.log

If you have defined the value 1 for LogRequests, then accesses to the Web Server are logged in these files.

UNIX:
<independent_program_path>/web/log

Linux:
/var/log/sdb/wa

Microsoft Windows:
C:\Documents and Settings\All Users\Application Data\sdb\wa

 

LogRequests

Logs http accesses

Possible values are:

0 (default value, logging is deactivated)

1 (logging is activated)

MaxThreads

Maximum number of threads that can be used to process accesses to the Web Server

The threads are started as a thread pool when the Web Server is started.

10

Port

Port address of the Web Server

9999

General Settings Section

AdminUserName

Name of the Web Server administrator

admin

AdminUserPassword

Password of the Web Server administrator

init

Services/<web_tool_name> Section

serviceStart

Starts the corresponding Web Tool together with the Web Server

1: The Web Tool is started automatically when the Web Server is started.
0: The Web Tool is not started automatically when the Web Server is started.

1

 

 

 

Leaving content frame