(how time flies). I discovered recently that when deploying to Websphere 6.1 that WAS6.1 is actually front-ended by an IBM-fied version of Apache HTTP server which IBM refers to as "IHS", i.e., IBM HTTP Server. IHS is configured the same way Apache HTTP server is configured. So all you have to do is locate file http.conf within the directory where IHS is located, and the changes can be made there using the Apache http documentation (
http://httpd.apache.org/ ). I am typing this at home from memory, but it seems to me the config file for IHS is located on Solaris in a place similar to : /opts/Websphere/runtimes/IBMHttpServer/conf/http.conf or something like that.
The bigger frustration now is local development using RAD or RSA, because so far I have not been able to find any installation of IHS within the RAD or RSA directories.
Another consideration is that so far the discussion has been about static files, particularly "/images". But another consideration is "Server Side Includes" which can easily be activated in Apache http. I have not tried but presumably that should be an easy matter to turn on in IHS. But again, the problem is that in the local RAD or RSA (where you run a local instance of Websphere) there does not appear to be an installation of IHS where the support for Server Side includes could be added.
If anybody knows where the equivalent of IHS is installed in RAD or RSA, please enlighten us.
So far I am: IBM 141 XML and Related Technologies Certified, Sun Cert Java Programmer, Sun Cert Java Developer, Sun Cert Java 2 Architect, Sun Cert J2EE Architect (part 1 only), Sun Cert J2EE Web Component Developer, Sun Cert Business Component Developer, and Microsoft Certified System Engineer for Win NT 4.