Accessing files within the WEB-INF folder

2004-09-02 Thread Steiger, Andrew
Hello All, I am wondering what the best method for accessing files that are located within the WEB-INF folder? I tried using the ClassLoader.getResource(), but then I realized that won't work. Thanks in advance, Andrew. -- Name:

RE: Accessing files within the WEB-INF folder

2004-09-02 Thread Shapira, Yoav
: Accessing files within the WEB-INF folder Hello All, I am wondering what the best method for accessing files that are located within the WEB-INF folder? I tried using the ClassLoader.getResource(), but then I realized that won't work. Thanks in advance, Andrew