You can configure the SAP DB Web Server in the configuration file /usr/spool/sql/ini/WebAgent74.ini.
When you start the SAP DB Web Server, you can specify which configuration file the system should use. This means that you can also specify a configuration file other than WebAgent74.ini.
See also: Variables Used, Supported Operating Systems and Browser
You are logged on as the root user.
Section [HTTP] of the WebAgent74.ini configuration file 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
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
Change the start page of the Web Server, if necessary.
Change the path for the root directory of the web pages, if necessary.
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.
You can determine whether each HTTP access should be logged or not.
· 1: HTTP accesses are logged.
· 0: HTTP accesses are not logged.
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.
Specify the MIME type file, if necessary.
Change the port address for the SAP DB Web Server, if necessary.
Starting the SAP DB Web Server