
Chapter 6. Search environment setup 151
3. In the LoadModule section in the httpd.conf configuration file, point to the plug-in
configuration file, as shown in Example 6-11.
Example 6-11 Load Module section of httpd.conf file
LoadModule was_ap22_module
/opt/IBMIHS/HTTPServer/Plugins/bin/32bits/mod_was_ap22_http.so
/opt/IBM/WebSphere/AppServer/profiles/demo_solr/config/cells/demo_search_cell/n
odes/demo_search_node/servers/solrWebserver/plugin-cfg.xml
After changing the httpd.conf file, always restart the web server using the steps in
Example 6-12.
Example 6-12 Restarting the web server
cd /opt/IBMIHS/HTTPServer/bin/
./apachectl.sh stop
./apachectl.sh ...