Translate

Wednesday 7 March 2018

Configure Plugin with IBM HTTP Server in httpd.conf file (Real-time method):

Configure Plugin with IBM HTTP Server in httpd.conf file (Real-time method):

Note: It is one way to configure Plugin with IHS. If you follow this steps, We don't need to install WCT for configure Plug-in with IBM HTTP Server (IHS).

1)Create webserver definition in admin console.
2)Generate and propagate the plugin in admin console.
3)Go to Plugin directory, You can find plugin-cfg.xml file

  ex: /opt/IBM/WebSphere/Plugins/config//plugin-cfg.xml

4) Now go to /conf directory
5)open httpd.conf file using vi editor.
6) Add below lines at end of the httpd.conf file

LoadModule was_ap22_module /opt/IBM/WebSphere/Plugins/bin/64bits/mod_was_ap22_http.so
WebSpherePluginConfig /opt/IBM/WebSphere/Plugins/config//plugin-cfg.xml

Note: Above directory path may different in your environment. Please check and made a change based on your environment

7)Restart the IHS
8)Now plugin is configured with IBM HTTP Server. To test, deploy an application in WAS and access that application through IBM HTTP Server.


Don't miss to provide your inputs on my article.

Thank you very much folks!!!!