How to access a file from application deployed in weblogic 11g
Hi,
I am trying to access a file ( pdf based report files) from a third party application deployed in weblogic environment. While accessing the file using the application, it says "file not found" , however while access the file physically ( shared server) its there.
I made following changes but no luck ( Reference Document ID:1643303.1)
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
<weblogic-web-app>
<virtual-directory-mapping>
<local-path>"Path Location"</local-path>
<url-pattern>/*</url-pattern>
</virtual-directory-mapping>
</weblogic-web-app>
Any suggestions:
Thanks