Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting FileServlet to serve external files

Status
Not open for further replies.

huycd

Programmer
Jun 10, 2003
2
US
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!
 
Correction to my post, I meant docHome = /export/resources
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top