InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.45: Administering WebSphere plug-ins for Web servers >
6.6.45.0: Properties of WebSphere plug-ins for Web servers >
6.6.45.0.1: Modifications to Web server configuration files during product installation
6.6.45.0.1: Modifications to Web server configuration files during product installation
Based on the plug-ins selected, the following modifications are made to the
Web server configuration files during the installation process. For the exact
Web server brands, products, and versions supported by your version and edition
of WebSphere Application Server, see the product prerequisites
Web site.
The purpose of this
article is to help you identify the additions in the event that you need to restore
the configuration file to its original form, and do not have a backup copy. Refer also
to the updated configuration file itself, as it could contain slightly different
and more current modifications as this documentation ages and product fix packs
are released.
In the actual configuration file, paths shown in the example below, such as:
C:/WebSphere/AppServer/bin/mod_app_server_http.dll
should reflect the product_installation_root for
your particular installation and operating system. The default Windows installation root is used
in the example.
If installing on a UNIX-based system and you find
that few of the modifications were made to the Web server configuration
file, try logging on directly as root to perform the installation.
Installation problems of this nature have been reported when using
su from another account, rather than the root account.
- Apache (httpd.conf)
-
For the OSE plug-in:
LoadModule app_server_module C:/WebSphere/AppServer/bin/mod_app_server.dll
- Apache (srm.conf)
-
For the OSE plug-in:
Alias /IBMWebAS/samples/ "C:/WebSphere/AppServer/samples/"
Alias /IBMWebAS/ "C:/WebSphere/AppServer/web/"
NcfAppServerConfig BootFile
C:\WEBSPH~1\APPSER~1\properties\bootstrap.properties
NcfAppServerConfig LogFile C:\WebSphere\AppServer\logs\apache.log
- Domino (httpd.cnf)
-
For the OSE plug-in:
Service IBMWebSphere C:\WebSphere\AppServer\bin\go46.dll:service_exit
ServerInit C:\WebSphere\AppServer\bin\go46.dll:init_exit
C:\WebSphere\AppServer\properties\bootstrap.properties
ServerTerm C:\WebSphere\AppServer\bin\go46.dll:term_exit
Authorization * C:\WebSphere\AppServer\bin\go46.dll:authorization_exit
NameTrans * C:\WebSphere\AppServer\bin\go46.dll:nametrans_exit
Pass /IBMWebAS/samples/* C:\WebSphere\AppServer\samples\*
Pass /IBMWebAS/* C:\WebSphere\AppServer\web\*
- IBM HTTP Server (httpd.cnf)
-
For the OSE plug-in:
LoadModule ibm_app_server_module
C:/WebSphere/AppServer/bin/mod_ibm_app_server.dll
Alias /IBMWebAS/samples/ "C:/WebSphere/AppServer/samples/"
Alias /IBMWebAS/ "C:/WebSphere/AppServer/web/"
NcfAppServerConfig BootFile
C:\WEBSPH~1\APPSER~1\properties\bootstrap.properties
NcfAppServerConfig LogFile C:\WebSphere\AppServer\logs\apache.log
- Netscape or iPlanet (obj.conf)
-
For the OSE plug-in:
Init fn="load-modules" funcs="init_exit,service_exit,auth_exit,term_exit"
shlib="C:/WebSphere/AppServer/bin/ns36.dll"
Init fn="init_exit" bootstrap.properties="C:/WebSphere/AppServer/properties/bootstrap.properties"
NameTrans from="/IBMWebAS/samples" fn="pfx2dir" dir="C:/WebSphere/AppServer/samples"
NameTrans from="/IBMWebAS" fn="pfx2dir" dir="C:/WebSphere/AppServer/web"
Service fn ="service_exit"
|
|