Websphere 8.5-应用程序无法从符号链接获取图像

时间:2015-03-03 03:55:03

标签: websphere-8

我已安装Websphere 8.5并更新到Websphere 8.5.5.4,操作系统:Redhat 6.3 我安装的应用程序是apptest.war 我在文件夹apptest.war链接中创建了符号链接到系统上的文件夹:

ln -s POSImage /Images

我检查了权限文件夹POSImage和/ Images完全权限 当我通过URL下面的文件夹/ POSImage获取图像时显示错误:

http://192.168.5.4:9080/apptest/POSImages/POS_543956_1425272116854_picture1.jpg

  

错误404:javax.servlet.ServletException:java.io.FileNotFoundException:/POPImages/POS_543956_1425272116854_picture1.jpg

但是将图像从Application上传到文件夹POSimage是好的。

请帮帮我。

1 个答案:

答案 0 :(得分:0)

我无论如何都不是专家,但我最近自己也在做一些非常相似的事情。我有几件事要说可以帮助。

  • 1:当我创建链接时,我在创建链接的目录中进行创建。

  • 2:我还使用链接的完整路径。所以,语法如下:

      

    ln -s / full / path / to / file /或/ directory linkName

  • 3:最后,我没有在语法中包含/我看到的/(/ Images)。