Installation and Upgrade Guides › Web Agent Installation Guide › Configure a z/OS Web Agent › How to Configure a Web Agent on z/OS › Update the httpd.ewars File
Update the httpd.ewars File
You must update the httpd.ewars file in the installation root directory of your web server before starting the Web Agent.
To update the httpd.ewars file
- Open the httpd.ewars file in the in the installation root directory of your web server with a text editor.
- Locate the LIPATH variable in the file.
- Add the following directory to the settings of the LIBPATH variable:
web_agent_home/bin
Example: LIBPATH=/usr/lpp/internet/bin:/usr/lpp/internet/sbin:/usr/lpp/ldap/bin:/usr/lpp/WebSphere/wc/bin:/siteminder/v6/webagent/bin
Note: The web_agent_home variable indicates the installed location of the Web Agent, as shown in the following examples:
- For Windows installations, the default location is C:\Program Files\netegrity\webagent
- For UNIX installations, the default location is user_home_directory/netegrity/webagent
- For z/OS installations, the default location is /siteminder/v_number_of_version/webagent/
- Save and close the httpd.ewars file.
The httpd.ewars file is updated.