How to acces a file under WEB-INF from a Java web application

Posted by John Manak on Stack Overflow See other posts from Stack Overflow or by John Manak
Published on 2010-02-26T10:00:50Z Indexed on 2010/06/12 16:02 UTC
Read the original article Hit count: 290

Filed under:
|
|

Hi! Do you have any idea how to access files in WEB-INF/index folder from my application? I'm using OpenCMS for my application and I want to open a Lucene search index (with the help of Lucene IndexReader class) located at WEB-INF/index folder. Lucene jar is stored in WEB-INF/lib folder.

© Stack Overflow or respective owner

Related posts about lucene

Related posts about opencms