Oracle Weblogic Server (MOSC)

MOSC Banner

How to access a file from application deployed in weblogic 11g

edited Mar 8, 2017 4:00AM in Oracle Weblogic Server (MOSC) 4 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center