[jboss-jira] [JBoss JIRA] Created: (JBAS-6746) provide jboss-web.xml option that tells JBAS to not initialize the webapp until the first request is received to its context, rather than the default of at webapp deploy/start time
Ian Springer (JIRA)
jira-events at lists.jboss.org
Tue Apr 7 13:06:23 EDT 2009
provide jboss-web.xml option that tells JBAS to not initialize the webapp until the first request is received to its context, rather than the default of at webapp deploy/start time
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-6746
URL: https://jira.jboss.org/jira/browse/JBAS-6746
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Web (Tomcat) service
Reporter: Ian Springer
Assignee: Remy Maucherat
The Admin Console WAR includes Seam, and will be shipped as part of JBAS 5.1. When JBAS starts up, it deploys and starts the Admin Console WAR. The WAR takes 8-10 seconds to start up (95% of which is Seam initialization). We would like to avoid adding an additional 8-10 to the out-of-box overall JBAS startup time, which is why I'm looking for a way to put off the webapp init until the first time someone actually tries to hit it (which in some cases, may be never).
--
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