A thread dump is handled by the JVM which always sends it to stdout (or was it stderr?). There is no way to redirect it to a file using any log4j settings. I do not recall if there is a command line argument that governs this.
You could always redirect stdout and stderr to console.log, that way you will not get duplicates in server.log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078989#4078989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078989 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
