Plug-in configuration involves configuring the Web server to use the binary plug-in module that WebSphere Application Server provides. Plug-in configuration also includes updating the plug-in XML configuration file to reflect the current application server configuration. The binary module uses the XML file to help route Web client requests. The plug-ins configuration process uses the following files to configure a plug-in for the Web server that you select:
See the following descriptions of each file.
The Web server configuration file is installed as part of the Web server. Configuration consists of adding directives that identify file locations of two files:
See Web server plug-ins for a description of the binary plug-in module.
An example of a binary plug-in module is the mod_ibm_app_server_http.dll file for IBM HTTP Server on the Windows platform.
Another example of a binary plug-in module is the QSVTAP20 service program on the iSeries platform.
The binary plug-in file does not change. However, the configuration file for the binary plug-in is an XML file. The application server changes the configuration file when certain changes to your WebSphere Application Server configuration occur. See Web server plug-in configuration service property for examples of when the file gets regenerated and when it does not.
The binary module reads the XML file to adjust settings and to route requests to the application server.
The plug-in configuration file is an XML file with settings that you can tune in the administrative console. The file lists all of the applications installed on the Web server definition. The binary module reads the XML file to adjust settings and to route requests to the application server.
When you make application server configuration changes that affect deployed applications, regenerate the plug-in configuration XML file.
After regeneration, propagate (copy) the file to the Web server machine. The binary plug-in then has access to the most current copy of its configuration file.
On i5/OS and OS/400 systems, the plug-in is not automatically generated. You must regenerate and propagate the file manually.
See Web server plug-in configuration service property for more information.
Configuring your Web server with the configureOs400WebserverDefinition script or using the iSeries Administrative GUI creates the configureweb_server_name script on the Web server machine in the plugins_root/bin directory. The script is created for remote installation scenarios only.
Copy the script from the Web server machine to the app_server_root/bin directory in the i5/OS partition. Run the script to create a Web server definition in the configuration of the application server. The iSeries Administrative GUI has plug-ins that allow the administrative console to manage IBM HTTP Servers. Use the administrative console to update your Web server definition with remote Web server management options. Click Servers > Web servers > Web_server to see configuration options. For example, click Remote Web server management to change such properties as:
If a Web server definition already exists for a stand-alone application server, running the script does not add a new Web server definition. Each stand-alone application server can have only one Web server definition. You cannot use the administrative console of a stand-alone application server to add or delete a Web server definition. However, you can do both tasks using the administrative scripting interface:
set webserverName webserver1 set webserverNodeSuffix _node set webserverNodeName $webserverName$webserverNodeSuffix $AdminConfig remove [$AdminConfig getid /Node:$webserverNodeName/Server:$webserverName] $AdminConfig remove [$AdminConfig getid /Node:$webserverNodeName] $AdminConfig save
Alternatively, you can use the configureOs400WebServerDefinition and removeOs400WebServerDefinition scripts to perform these tasks.
A managed node, on the other hand, can have multiple Web server definitions. The script creates a new Web server definition unless the Web server name is the same.
The default file uses fixed parameter values that might not match the parameter values in the actual file on the application server. The default file is a placeholder only.
The
file cannot reflect changes that occur in the application server configuration.
The file also cannot reflect non-default values that might be in effect on
the application server.