请教哪位大侠DOCLINKS一个问题。我现在应用服务器是用WEBSHPER,地址(169.169.29.170),WEBSPHERE安装在C盘,这时我在C盘创建DOCLINKS配置,按照管理员手册,我在服务器的C盘建了DOCLINKS文件夹,同时在doclinks里又创建了attachments,default,images,然后我修改了doclinks.properties,同时登陆MAXIMO系统后,也在附件的管理文件夹下,更改了配置指定默认文件路径。现出现的问题是我能够正常上传附件,但是无法查看。原因应该是这个查看文件地址解析不对,我认为应该是http://169.169.29.170/attachments/.........,系统显示的解析地址是c:/doclinks/attachments/...
但是我不晓得是哪里配置错误了,烦请帮我看看。谢谢
doclink.properties mxe.doclink.doctypes.defpath = c:\\\\doclinks\\\\default
# Set Value:
#
# WEBLOGIC on MS-Windows
#
c<ATH>\\\\doclinks = http://169.169.29.170/
#
#
# WEBSPHERE on MS-Windows
#
# c<PATH>\\\\DOCLINKS = http://<servername or IP>/
websphere的httpd.conf #
# This should be changed to whatever you set DocumentRoot to.
#
<Directory \"C:/doclinks\">
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot \"C:\\doclinks\"