Your best bet is to place the files you need to read into WEB-INF/classes and then access
them using the class loader. For example:
URL = myfileUrl =
Thread.currentThread().getContextClassLoader().getResource("my.file");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170852#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...