On Plug-in Configuration Summary, review the information for accuracy.
Click the Configure > button.
On Plug-in Configuration Result, verify that the configuration completed successfully. If necessary, follow the instructions to correct any errors.
Click the Finish button.
On WebSphere Customization Toolbox, with the Web Server Plug-in Configurations tab selected, verify that the server definition exists.
3.12 Setting the HTTP Server Properties
To use IBM WebSphere Application Server 8.5 properly with Oracle JD Edwards EnterpriseOne, you must set the HTTP server to automatically generate and propagate the plug-in. These steps briefly describe this process.
Log into the admin console for IBM WebSphere Application Server
Select Servers > Server Types > Web Servers.
Select your web server.
On the right hand side of the screen, select Additional Properties > Plug-in properties.
Make any necessary changes and ensure the checkboxes are selected next to these two properties:
Automatically generate the plug-in configuration file
Automatically propagate plug-in configuration file
Click Apply.
Click the Save button to save all changes.
3.13 Manually Generating a Plug-in
Occasionally, you may to manually generate the web server plug-in. The most common error that requires manual plug-in generation is the “HTTP 404” when trying to access the software. This section briefly explains how to manually generate the plug-in.
Log in to the WebSphere Application Server Administration Console for your profile.
Select Server Types > Web Servers.
Check the box next to the web server definition.
Click the Generate Plug-in button.
Click the Propagate Plug-in button.
Log off of the Admin Console.
Note:
Federated (Clustered) Web Servers. If you are using WebSphere Application Server and running JD Edwards EnterpriseOne as part of a federated (or clustered) web server, you may need to regenerate the WebSphere global plugin configuration after deploying the newest tools release. This is required when new servlets have been added to the tools release you are deploying.
To update (regenerate) plugins, refer to the following procedure.
To update (regenerate) and propagate the global web server plugin configuration:
Log on to the Deployment Manager Administration Console using the Dmgr01 profile.
Expand the Environment node and select Update global Web server plug-in configuration.
Review the content in the right-hand pane and note the location of the plug-in file in the description. For example, the description might say:
The global plugin-cfg.xml file is placed in the %was_profile_home%/config/cells directory.
Click the OK button.
3.14 Manually Editing the HTTP Configuration File
Caution:
You must perform this step in order for JD Edwards EnterpriseOne HTML Server to work correctly.
To manually edit the HTTP configuration file (httpd.conf):
Locate your httpd.conf file. Typically the file is located in this directory:
Z:\IBM\WebSphere\HTTPServer\config
Open the file with an ASCII editor.
Assuming the location of your httpd.conf is that shown in the previous step, add the following lines to the bottom of the file:
LoadModule was_ap22_module “Z:\IBM\WebSphere\Plugins\bin\32bits\mod_was_ap22_http.dll”
WebSpherePluginConfig “Z:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml”
Save and close the httpd.conf file.
Stop and restart HTTP Server from the Windows Services panel.
How to Integrate IBM HTTP Server with WebSphere in 8.5.5?
By Chandan Kumar | Last Updated: May 15, 2016
Share:129
Putting your WebSphere behind Web Server is essential for various reasons including performance, security, and scalability. If you are working as a WebSphere administrator or just started then one of the tasks you will be involved in is to connect IHS with WAS.
On high-level, you need to do following in order to implement managed web server.
1. Download Web Server Plug-ins for WebSphere
2. Install Plug-ins
3. Add Web Server into WebSphere
4. Configure Plugin into Web Server
Following abbreviations are used in this article.
IHS – IBM HTTP Server
WAS – WebSphere Application Server
ND – Network Deployment
IM – Installation Manager
This assumes you have IHS and WAS installed on Linux environment. The following demonstration is based on WebSphere ND 8.5.5 and IBM HTTP Server 8.5.5.
You may use IBM WAS with other web servers like Apache, Nginx or IIS as well. However, WebSphere is nicely integrated with IBM HTTP Server through Web Server Plug-in.
Download Web Server Plug-ins for WAS
In order to implement IHS in front of WebSphere, you need to have Web Server plugin installed. You can download the plugin from IBM website.
Visit the following link
https://www-01.ibm.com/marketing/iwm/iwm/web/pick.do?source=swerpws-wasnd85&S_TACT=109J87BW&lang=en_US
Enter your information and confirm. You will be directed to a download page where you will have two tabs. Click on “Download using http” tab.
Look for plug-ins and download both files
以下文章點擊率最高
Loading…