On Thu, 2004-12-30 at 08:04 -0600, Heath Borders wrote: > I think the FacesConfigurator requires that they be in the WEB-INF/lib > directory, I think putting them anywhere else starts making > assumptions about your web container.
So if I have 10 (or 100) web applications I need to have 10 (or 100) copies of the *same* jars over and over? That seems a waste of space and resources to me. For example, when a new release is out, it's better to upgrade just one set of jars (like I do, for example with JSTL), instead of redeploy all the web applications, and look for the ones using myfaces. Is there any way to overcome the problem? Thanks for the reply, Alex

