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

發佈了19 篇原創文章 · 獲贊 4 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章