[
https://issues.apache.org/jira/browse/SOLR-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3309:
---------------------------
Description:
Need to modify web.xml to increase the speed of container startup time. The
header also appears to need to be modified...
http://mostlywheat.wordpress.com/2012/03/10/speeding-up-slow-jetty-8-startups/
http://www.javabeat.net/articles/print.php?article_id=100
Adding 'metadata-complete="true"' to our web.xml's web-app restored our startup
time to 8 seconds.
was:
Need to modify web.xml to increase the speed of Jetty 8 startups. The header
also appears to need to be modified for solr.war.
http://mostlywheat.wordpress.com/2012/03/10/speeding-up-slow-jetty-8-startups/
Adding 'metadata-complete="true"' to our web.xml's web-app restored our startup
time to 8 seconds.
Fix Version/s: 4.0
Summary: Slow WAR startups due to annotation scaning (affects Jetty
8) (was: Slow Jetty 8 startups)
adding this to the web.xml means requiring a servlet container that supports
servlets 2.5 (unless the container just ignores attributes it doesn't
understand)
but that seems fine for trunk - 2.5 came out in 2005, and we already compile
and test against 3.0
(updated summary & description to note this isn't jetty specific)
> Slow WAR startups due to annotation scaning (affects Jetty 8)
> -------------------------------------------------------------
>
> Key: SOLR-3309
> URL: https://issues.apache.org/jira/browse/SOLR-3309
> Project: Solr
> Issue Type: Bug
> Reporter: Bill Bell
> Fix For: 4.0
>
>
> Need to modify web.xml to increase the speed of container startup time. The
> header also appears to need to be modified...
> http://mostlywheat.wordpress.com/2012/03/10/speeding-up-slow-jetty-8-startups/
> http://www.javabeat.net/articles/print.php?article_id=100
> Adding 'metadata-complete="true"' to our web.xml's web-app restored our
> startup time to 8 seconds.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]