Hello,
I'm trying to use Websphere 4.0 with Apache, but I get an error message when I launch Apache:
"Cannot load C:/Program Files/Websphere/AppServer/bin/mod_ibm_app_server_http.dll into server. The specified module cannot be found".
I don't understand this message: the path is correct.
Here is my Apache httpd.conf:
LoadModule ibm_app_server_http_module "C:\Program Files\Websphere\AppServer\bin\mod_ibm_app_server_http.dll"
WebSpherePluginConfig "C:\Program Files\Websphere\AppServer\config\plugin-cfg.xml"
AddModule mod_app_server_http.dll
Do you have any idea?
Thanks
I'm trying to use Websphere 4.0 with Apache, but I get an error message when I launch Apache:
"Cannot load C:/Program Files/Websphere/AppServer/bin/mod_ibm_app_server_http.dll into server. The specified module cannot be found".
I don't understand this message: the path is correct.
Here is my Apache httpd.conf:
LoadModule ibm_app_server_http_module "C:\Program Files\Websphere\AppServer\bin\mod_ibm_app_server_http.dll"
WebSpherePluginConfig "C:\Program Files\Websphere\AppServer\config\plugin-cfg.xml"
AddModule mod_app_server_http.dll
Do you have any idea?
Thanks