Thursday, September 6th, 2007
IE specific hacks.
Posted in java | No Comments »
Sunday, September 2nd, 2007
Around work, I've seen applications where there are
several log4j configurations checked in along side each other(dev,
test, prod). Often, the only differences are location of where the log
files go.
A better solution would not require, .war files to be re-built in order
to only change log file destinations. Log4J will interpret variables
given to ...
Posted in java | No Comments »