Found it out.
Selenium-standalone-2.20.0.jar was in classpath - and it was forcing system to use lcf4j, so both commons-logging and log4j were rendered useless. Since I had little selenium code, I changed it to HtmlUnit code, and voila, it works.
Found it out.
Selenium-standalone-2.20.0.jar was in classpath - and it was forcing system to use lcf4j, so both commons-logging and log4j were rendered useless. Since I had little selenium code, I changed it to HtmlUnit code, and voila, it works.