In order to run my unit tests on my Eclipse, I need to set some properties for the VM.
Thus, when I first run my JUnit test, I go in \"Open Run Dialog\", then in my JUni
Agreed used method in this way in one of my junit tests and it worked
@BeforeClass public static void setupProperties() { System.setProperty("catalina.base", "C:\\sam-tomcat-7.0.42"); }