Weblogic Virtual Directory Mapping not working
Deploy weblogic app including weblogic.xml with Virtual Directory Mapping. Using JDeveloper/Weblogic 12.1.3. When I attempt to access files in the mapped directory, it never works. Always returns 404. URL is like http://myhost/mycontext-root/apidefs .
Expected to see a list of the files and directories in /mydirectory/apidefs (this directory exists and is readable/executable to all.
What am I doing incorrectly?
<?xml version = '1.0' encoding = 'windows-1252'?>
<weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.5/weblogic-web-app.xsd"