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#4170852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170852 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user