RE: Using DefaultServlet for directory outside of webapps

2008-04-17 Thread Zengfa Gao
Chuck, This a great idea. Now I am trying for find where to put ourshare.xml file. We are using Tomcat under Jboss, I didn't find conf\Catalina yet. Thanks a lot! Jeff --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Zengfa Gao [mailto:[EMAIL PRO

RE: forwarding across contexts?

2008-04-17 Thread Zengfa Gao
Hi, When I asked the question, it seems that Fred had the same problem before: http://marc.info/?l=tomcat-user&m=108430682905359&w=2 If Fred is here, could you please tell me what you did for your situation. Thanks! Jeff --- Zengfa Gao <[EMAIL PROTECTED]> wrote: >

Using DefaultServlet for directory outside of webapps

2008-04-17 Thread Zengfa Gao
Hi, For our application, we want to list/show a list of gif files. Currently we are using DefaultServlet with listings=true (web.xml). As the result, we can list the names of the file, and open the gif file under the our.war directory. For security reason, we are trying to list/show gif under oth