[jboss-dev] AS trunk boot time back to poor?

Emanuel Muckenhuber emuckenh at redhat.com
Thu Jan 21 09:09:50 EST 2010


Can you try to exclude the admin-console from annotation scanning and 
see if that helps?

in deployers/metadata-deployer-jboss-beans.xml

<entry>
    <key>admin-console.war</key>
    <value><null/></value>
</entry>


On 01/21/2010 02:47 PM, Jaikiran Pai wrote:
> After today's "svn up" of my workspace, i see that the "default"
> instance boot in around 48 to 50 seconds:
>
> 19:10:18,431 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer]
> JBossAS [6.0.0.SNAPSHOT (build: SVNTag=JBoss_6.0.0-SNAPSHOT
> date=r99718)] Started in 48s:36ms
>
> The only noticeable change that i have seen is related to admin-console
> being included in AS trunk. So i removed the admin-console.war from the
> deploy folder and the server boots in 23 to 25 seconds. Adding it back
> to deploy folder takes the boot time to 48 to 50 seconds consistently. I
> haven't yet looked at where the time is being spent for deploying this
> single app. But clearly it increases the boot time by almost 25 seconds.
>
> Anyone else seeing this drastic change in boot time?
>
> regards,
> -Jaikiran
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development



More information about the jboss-development mailing list