Tomcat Classloaders and loading properties files

2003-06-27 Thread Mike Curwen
Hello, So I'm writing a few library classes that I hope I'll be able to use over and over again. Because goodness knows, someone needs to invent the wheel again. ;) Anyways.. I want my classes to use properties files for configuration, and what I really want is something like: 1. Place the

RE: Tomcat Classloaders and loading properties files

2003-06-27 Thread Shapira, Yoav
Howdy, I'm expecting that when I go to load the properties, it will look in WEB-INF/classes *first*, from this snip from the CLASSLOADER doc Therefore, from the perspective of a web application, class or resource loading looks