Why are Managed Beans not loaded in Tomcat?
- by c0d3x
Hi,
I created a JSF 2 web application with facelets. The libs for JSF where stored at tomcat/lib, to share it between several applications. I thought maybe it would be better to store the libs inside the WEB-INF/lib folder of the application, to get the application more independent from server configurations.
Now when I start tomcat via eclipse,…