I am using a RollingFileAppender with an HTMLLayout in a Java/Swing application that logs just fine, but when they stop and start the application it duplicates all the HTML headers. It never closes off the exisiting body tags in the HTML. It would seem to me that with the append set to true that it would see if the file exists and just write the messages to the file, but instead it inserts all new header information? Does this seem right? I wouldn't expect that this would be the desired functionality in any situation web application or standalone.
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
