Okay, I have a webapp deployed as a war under WL7.0. I have a servlet (weblogic.servlet.FileServlet) configured with the following parameter and mappings:
docRoot = /export/resources
mapping = /resources/*
So, when I try to access nothing is returned. The application in the war file is served correctly, but I can't access anything in /export/resources with the mapping above.
Any help would be appreciated. Thanks!
docRoot = /export/resources
mapping = /resources/*
So, when I try to access nothing is returned. The application in the war file is served correctly, but I can't access anything in /export/resources with the mapping above.
Any help would be appreciated. Thanks!