I suspect that you are starting JBoss AS as a service via an init.d script, and that script is redirecting stdout to this file. You have two choices. First, you can change the init.d script to redirect stdout to nul, or you can change the JBoss AS log settings to turn off the CONSOLE log - in 6.x and earlier this involves removing the CONSOLE appender from the root logger.