当前位置:软件学习 > 其它软件 >>

was.policy 如何设置访问共享文件夹?

was6访问共享文件夹\\cnbdc01\it 该如何设置was.policy文件?尝试了设置,但是还是无法访问
/* AUTOMATICALLY GENERATED ON Mon Apr 20 13:00:46 CST 2009*/
/* DO NOT EDIT */

keystore "";

grant codeBase "file:DocumentsSearch.war" {
  permission java.io.FilePermission "//cnbdc01", "read, write, delete, execute";
};
--------------------编程问答-------------------- 补充说明,window下was6如何访问\\cnbdc01\share共享盘?,代码在rational通过的,然而deploy到was上就是不能访问.
File f = new File("\\\\cnbdc01\\share\\");
if(f.exists()){
  System.out.println("this file is exists");
}else{
  System.out.println("this file is not exists");
}
--------------------编程问答-------------------- 把\\cnbdc01\it 映射成本地磁盘 --------------------编程问答-------------------- http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&uid=swg21316456&loc=en_US&cs=utf-8&lang=en
This problem is outlined in Microsoft Support article 180362:
http://support.microsoft.com/default.aspx/kb/180362/ 
补充:企业软件 ,  WebSphere
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,