[jboss-as7-dev] [PATCH] Service/subsystem welcome context proposal

Jason T. Greene jason.greene at redhat.com
Fri May 13 17:09:54 EDT 2011


Using the full war deployment chain for simple static welcome content is 
overkill and adds around 600 ms to the boot on my system.

This patch accomplishes the same thing but instead uses a virtual-host 
property (enable-welcome-root) to kick off a service that directly 
constructs a static web context. This results in pretty much no 
additional/measurable increase in our boot. It also fixes some problems 
with error handling.

https://github.com/n1hility/jboss-as/commit/c4828e1a303a365aeb3683b7897b84b30cc88bd1

If there are no objections, I'll ask that it be merged.

-- 
Jason T. Greene
JBoss, a division of Red Hat


More information about the jboss-as7-dev mailing list