Weblogic ServletContent.getRealPath()返回null

在Weblogic中部署ADF应用的时候,发现ServletContext.getRealPath()获取不到路径。特别是在EAR中。

解决方法:
在Weblogic.xml文件中,进行一下修改:

<container-descriptor>
    <show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor>

 

原帖地址:http://www.fmw007.com/archives/538

你可能感兴趣的:(weblogic)