Entering content frame

Procedure documentation Starting and Stopping the Web Server On UNIX Locate the document in its SAP Library structure

You start the Web Server. The system default value for the Web Server configuration file is /usr/spool/sql/ini/WebAgent75.ini.

Note

You can also use a different configuration file instead of the one proposed by the system.

Procedure

...

       1.      Set the environment variable for the Dynamic Link Library path.

On HP-UX (32 bit), enter the following command:
export SHLIB_PATH =<independent_program_path>/web/lib: <independent_program_path>/lib:$ SHLIB_PATH

If you are using a 64-bit platform (with the exception of TRU64 and Linux IA64), enter this command instead:
export LD_LIBRARY_PATH=<independent_program_path>/web/lib/lib64:
<independent_program_path>/lib/lib64:$LD_LIBRARY_PATH

On all other UNIX systems (including TRU64 and Linux IA64), enter the following command:

export LD_LIBRARY_PATH=<independent_program_path>/web/lib:
<independent_program_path>/lib:$LD_LIBRARY_PATH

       2.      Go to the directory <independent_program_path>\web\pgm

       3.      Enter the following command:

./wahttp [-f <file>] [&] [-h]

-f <file>

Specifies a different configuration file instead of the one proposed by the system

For <file>, specify the path and file name of the required configuration file

&

Starts the Web server in the background

-h

Displays all possible options

Note

To use a different configuration file, you can also change the configuration file entered in the file <independent_program_path>/web/pgm/wahttp.conf.

Result

The Web Server and all Web Tools have been started. Once you have checked and, if necessary, corrected your browser settings, you can call up the Web Tools.

See:

Changing Your Browser Settings for the Web Tools

All Web Server accesses are logged by default. You can deactivate this logging function with the Web-based Web Server Manager or by changing the Web Server settings.

See:

Web Server Manager

Changing the Configuration of the Web Server

 

Leaving content frame