[jboss-jira] [JBoss JIRA] Commented: (JBAS-7647) Improve admin-console boot time for AS 6.0.0.M2
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jan 26 14:39:19 EST 2010
[ https://jira.jboss.org/jira/browse/JBAS-7647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12508496#action_12508496 ]
Brian Stansberry commented on JBAS-7647:
----------------------------------------
Ok, not *much* higher. This is current AS trunk.
13:32:12,599 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
13:32:12,662 INFO [StandardContext] The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
13:32:12,687 WARNING [config] JSF1025: [/admin-console] Context initialization parameter 'facelets.LIBRARIES' is deprecated. The option will still be configured, but please use 'javax.faces.FACELETS_LIBRARIES' in the future.
13:32:12,698 INFO [config] JSF1019: [/admin-console] Configuration option 'javax.faces.FACELETS_LIBRARIES' RESET to '/WEB-INF/on.component.taglib.xml'
13:32:12,709 INFO [config] Initializing Mojarra 2.0.2 (FCS b10) for context '/admin-console'
13:32:17,492 INFO [TomcatDeployment] deploy, ctxPath=/
Which once again reminds me that the time shown above is not the full deploy time; this is something that can easily trip folks up who are used to AS 4.x. The logging above reflects the final step of deployment, the DeploymentStages.REAL part. All the other stages (determining structure, parsing, setting up classpath etc etc) are done earlier, mostly during this largish pause in INFO logging when all sorts of stuff for all the deployments is being done:
13:31:47,027 INFO [AbstractServerConfig] 3.3.0.Beta1
13:32:05,712 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
> Improve admin-console boot time for AS 6.0.0.M2
> -----------------------------------------------
>
> Key: JBAS-7647
> URL: https://jira.jboss.org/jira/browse/JBAS-7647
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Management services
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: JBossAS-6.0.0.M2
>
>
> Parent issue for improving the boot time of the admin-console for the M2 release.
> Many related tasks will probably be in the EMBJOPR project.
> This general topic will almost certainly continue beyond the M2 release, for which work I'll create a separate JIRA.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list