Apache Http Server-Tomcat Mapping


Use this URL (note the "ext" on the end): http://server:9300/p2pd/servlet/dispatch/ext (this engages the Cognos Application Firewall where

as without the "ext", it is bypassed).

1 Create a directory called "servlet" under <installdir>/webapps/p2pd
2 Copy (or move) <installdir>/webcontent/* into the new directory created in 2.


then install IHS, and config the %installpath%IBM/HTTPServer/conf/httpd.conf

del the '#' before below items
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so

add 'ProxyPass /p2pd http://localhost:9300/p2pd' to the end


then you can access Cognos by http://IHS-Host-name:port/p2pd/servlet/dispatch/ext

你可能感兴趣的:(apache,servlet,Module,ext,application,Access)