Search Results

2
votes

How do you maintain java webapps in different staging environments?

I just use different Spring XML configuration files for each machine, and make sure that all the bits of configuration data that vary between machines is referenced by beans that load from those Sp …
0
votes

Creating daily logs with Log4j?

Looking at the JavaDocs for the DailyRollingFileAppender, all the …