I am getting the same error. I have deployed my application in WebSphere. The
jsp page loads. However, the HTTP Server doesn't seem to be able to find the static components, like images, js files.
In the error.log file, it shows:
[Wed Mar 26 13:52:28 2003] [error] mod_app_server_http: as_init: Initializing the WebSphere Plugin
[Wed Mar 26 13:52:28 2003] [notice] Instance name is Apache 2144
[Wed Mar 26 13:53:18 2003] [error] [client 127.0.0.1] File does not exist: c:/ibm http server/htdocs/main.css
As you can see, the Http server looks for the static files under c:/ibm http server/htdocs, which is the default document root. I would think that has something to do with the failure to load the http server plugin for websphere.
I also have another machine with the same kind of setup and the app works properly. I even compared the httpd.conf files and they are exactly the same.
I have searched all over the web. Couldn't seem to find any useful information.
Very frustrated. Please help!