乌托邦博客

You see? Even death has a heart

« Cognos8 安装及配置-安装篇Cognos8 安装及配置-配置数据源篇 »

Cognos8 安装及配置-配置服务器篇

Cognos     三、             配置服务器(IIS

  首先创建虚拟目录:

cognos

  给其命名为cognos8

          cognos

   指向Cognos8程序目录下的Webcontent目录

         cognos

   给予权限:

       

   接下来在已创建的cognos8虚拟目录下继续创建cgi-bin目录,对应目录Cognos8程序目录下的cgi-bin目录。给予权限:

       cognos

   最终IIS里的目录结构:

cognos

    四、             配置服务器(Apache2.2


    Apache2.2下载地址:
    Apache2.2按默认安装,安装完成后找到安装目录
    Apache2.2à>confà打开下面的httpd.conf
    查找以下几项并进行修改
    ServerRoot "D:/Apache2.2" #后面为你的Apache2.2的安装目录
 
    Listen 81 #后面为你的Apache2.2的端口号。注:如果你机器上安有IIS的话这个端口号不#要是80
    ServerAdmin admin@admin.com #为管理员邮箱
  
    ServerName chensong #网站的主机名(计算机名)
 
   然后在文件最下面加入如下配置内容
   ###################################################
 
    ScriptAlias /cognos8/cgi-bin/ "D:/Program Files/Cognos/c8/cgi-bin/" 
   <Directory "D:/Program Files/Cognos/c8/cgi-bin"> 
     AllowOverride None 
     Options None 
     Order allow,deny 
     Allow from all 
   </Directory>
 
   Alias /cognos8/ "D:/Program Files/Cognos/c8/webcontent/" 
   <Directory "D:/Program Files/Cognos/c8/webcontent/"> 
    Options Indexes MultiViews  
    AllowOverride None 
    Order allow,deny 
    Allow from all 
  </Directory>
   ###################################################
   注:D:/Program Files/Cognos/c8/为你具体的Cognos8安装路径

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表

Powered By Z-Blog 1.8 Spirit Build 80710 Code detection by Codefense

Copyright 2005-2007 Bootad.cn. Some Rights Reserved
.粤ICP备07062332号 QQ:94424751