Ok, so I've been researching ESAPI for awhile now and trying to determnine how to create custom ESAPI and validator.properties files that override those found in my ESAPI jar. How do I accomplish this? I know it looks in 4 places (reference: ESAPI properties file in Tomcat, ESAPI docs) when trying to load, obviously loading via the classpath works but it's loading the default property values. I can get my custom properties to load when I put them in my home directory but that isn't very helpful.
Is there a way to get ESAPI to load my custom properties files when they are in my main projects directory?