We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine. Within the httpd.conf file, we include the WebSphere plugin with the following lines:

LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so
WebSpherePluginConfig /opt/WebSphere/AppServer/config/cells/plugin-cfg.xml


Within the plugin, all requests under "/stores/*" are supposed to be handled by the plugin. Does anyone know how I can force a request for a certain JSP:

http://servername/stores/suspect.jsp

...so that it won't be processed by the plugin? I need to redirect all requests for this JSP to an html file on the web server (where Apache is installed).



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to