Jboss控制台日志输出配置说明

Jboss5.1中控制台只会输出启动信息,对于调试中的一些错误信息不能直接显示在控制台,需要在配置文件中加入以下配置方可显示:

位置:jboss-5.1.0.GA\server\default\conf下的jboss-service.xml文件

增加内容:<attribute name="CatchSystemOut">false</attribute>

图示:

猜你喜欢

转载自yang-yong823.iteye.com/blog/1388685