posted 17 years ago
I am running WebLogic Server 9.2. I have a web application that I am currently auto-deploying to my dev server. I would like to have a directory called 'files' exposed via the web that will be a directory listing of my project, located at c:\bea\user_projects\domains\myProject\files
How can I do this? I already have the following in my web.xml:
And this is in my weblogic.xml:
This does not appear to work. Any thoughts?
Thanks in advance!
Russell