
446 Implementing Web Applications with CM Information Integrator for Content and ODWEK
12.3.11 Customizing IBM HTTP server
Once the servlet is working, we need to add some Web pages to make it work
with OnDemand. The following steps show how to customize the servlet to make
it useful:
1. Update httpd.conf file:
a. Go to <HTTP_HOME>\conf directory.
b. Make a backup copy for httpd.conf.
This is extremely important!
c. Open httpd.conf in a text editor.
d. Search through the file until you find the documentroot statement. It may
appear in the file multiple times.
e. Change it from:
DocumentRoot "D:\IBMHttpServer/htdocs/en_US"
To the location where you ...