I've installed WAS Express 5.1 and want to put Apache in front of it, sending
J2EE requests to WAS. I've generated the plugin-cfg.xml and am aware i have to put the following entries in my httpd.conf file...
LoadModule ibm_app_server_http_module <drive>:\WebSphere\AppServer\bin\mod_ibm_app_server_http.dll
WebSpherePluginConfig <drive>:\WebSphere\AppServer\config\cells\plugin-cfg.xml
However, there is no ibm_app_server_http.dll file in the WAS Express 5.1 installation. All documentation i've found on the web refers to verion 5.0.
Does anybody know how i get this file or if there is a change in this configuration from 5.0 to 5.1.
Jason