> I have a properties file that i want to keep in my environnement. > This is because this way the war file is environnement independant. > > I put the property file in the tomcat/lib folder. > > But when i'm running my tests, i also need the property file, to > define things like db url ... > > And i don't want to change the pom because if i do so, the war will be > no more environnement independant
This is a problem that just screams out for JNDI/Spring/Guice or another DI solution. I encourage you to rethink your strategy for handling this property file situation entirely. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
