This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have a requirement that on each jboss server restart it should create a new myServer.log file and it should rename old file to myServer_DDMMYY_HHMMSS.log
for example: I have created a RollingFileAppender for myServer.log in jboss-log4j.xml, what changes should I do in this configuration so that it archives(renames) existing file and create a new myServer.log on each server re-start.