以下是摘录:
File folder = new File("http://10.155.6.108:9292/downloads/EA0005632_000000000/");
File file[] = folder.listFiles();
Context在远程系统tomcat 7
的{{1}}的server.xml文件中定义。它是windows。
10.155.6.108
当我在浏览器<Context docBase="E:/EAPP_BSLI_TAB_DOCS" crossContext="true" path="/downloads" />
访问未共享的远程文件夹的另一种方法是什么?
答案 0 :(得分:0)
在Tomcat(或任何其他app-server)中无法以这种方式访问远程文件夹。远程文件夹需要通过该主机上的某些服务(如Web服务)公开。