LoadModulealias_module modules/mod_alias.so
LoadModuleauth_digest_module modules/mod_auth_digest.so
LoadModuleauthn_file_module modules/mod_authn_file.so
# Distributed authoring and versioning (WebDAV) #
# Distributed authoring and versioning (WebDAV) #
# Required modules: mod_dav, mod_dav_fs, mod_setenvif, mod_alias # mod_auth_digest, mod_authn_file #
# The following example gives DAV write access to a directory called # \#
# The User/Group specified in httpd.conf needs to have write permissions # on the directory where the DavLockDB is placed and on any directory where # \
DavLockDB \
Alias /uploads \
Order Allow,Deny Allow from all AuthType Digest AuthName DAV-upload # You can use the htdigest program to create the password database: # htdigest -c \AuthUserFile \ #AuthDigestProvider file # Allow universal read-access, but writes are restricted # to the admin user.
# The following directives disable redirects on non-GET requests for # a directory that does not include the trailing slash. This fixes a # problem with several clients that do not appropriately handle # redirects for folders with DAV methods. #
BrowserMatch \BrowserMatch \BrowserMatch \
BrowserMatch \BrowserMatch \BrowserMatch \
BrowserMatch \默认只需修改黄色标注部分的路径信息
tnsnames.ora文件 SVR=
(description = (address_list = (address = (protocol = tcp)(host = 192.168.1.52)(port=1521) ) ) (connect_data = (sid = orcl) (server = dedicated) ) )
默认只需修改黄色标注部分的路径信息 因为被Cognos等引入红色部分不建议修改
用户环境修改
请将.bash_profile拷贝到/home/cognos/下,登出系统以使用cognos重新登录系统
Linux安装缺失文件的说明
根据不同的linux环境安装过程中可能提示文件缺失,这些文件可通过linux对应的安装源盘取得,因为包的依赖关系问题,我默认使用包安装器安装相应包文件
二 JDK的安装配置
图1.1
1.1. 安装JDK
用户cognos,使用./jdk-6u45-linux-i586.bin解压文件,将解压后的文件(含子目录结构,拷贝至/tmp/share/app/jdk1.6.0_45
1.2. 测试配置
使用java –version命令查询java版本,如果看到图1.4效果,则表示JDK安装配置成功完成。
图1.4