This is a discussion on virtual directory mapping - Weblogic ; I am running Weblogic 8.1 on HP-UX. I have static PDF files that exist in a data directory outside of my docroot. I am trying to use virtual directory mapping to no avail. This is the entry in my weblogic.xml ...
I am running Weblogic 8.1 on HP-UX. I have static PDF files that exist
in a data directory outside of my docroot. I am trying to use virtual
directory mapping to no avail. This is the entry in my weblogic.xml
file:
/devl/crn_mw03/current/data/mridoc
/mridoc/*.pdf
Hence I am using the URL as follows:
http://myserverort/mywebapp/mridoc/kiosk.pdf
I just get a file not found error but the file is there. Any thoughts?