Improving JBoss 5 slow startup

后端 未结 10 1537
情话喂你
情话喂你 2021-02-01 19:49

We upgraded from JBoss 4 (and JDK 5) to JBoss 5 (and JDK 6). The problem is that the start time has gone from 1.5 minutes (on JBoss 4) to more than 4 minutes.

1         


        
10条回答
  •  野的像风
    2021-02-01 20:05

    That is an awfully big gap in the logs. I suggest changing the log configuration to log everything at DEBUG level, rather than INFO. This will generate an awful lot more log entries, but hopefully will help you narrow it down.

    The easiest way to do this is to set the -Djboss.server.log.threshold=DEBUG system property when you start JBoss

提交回复
热议问题