07-30-05 01:51 AM
Two things come to mind:
1. Your httpd.conf does not have a LoadModule directive for
ibm_app_server_http_module that points to your OS's library nor a
WebSpherePluginConfig directive that points to the plugin-cfg.xml file.
These lines should have been inserted when WebSphere was installed and
in some install scenarios manual insertion is required.
2. Your virtualhosts.xml file does not have the hostnames properly
configured to point to a web application. This is configured via WAS's
Adminstration Console. The regenerate your plugin file
(\config\cells\plugin-cfg.xml).
Start with the webserver. Make sure it has appropriate virtualhost tags
to communicate with WebSphere's hostnames and the httpd directives are
there. Does a httpd configuration test return 'Syntax OK'? Then, check
your WAS's http_plugin.log and ensure the requests are getting that far.
If you don't see them in that log file you need to go back to the
webserver's httpd.conf and continue debugging.
Keep us posted.
R
> The WAS server instance running the commerce applications is not communicating wit
h the HTTP server. I replaced plugin-cfg.xml in the config directory with a working
back up. I stopped and restarted the server instance and the HTTP server and WAS A
dmi
n services. It is still not working. Has any one had this problem?
>
> Thanks,
> DMB
>
>
[ Post a follow-up to this message ]
|