We're developing an web app using JSF + Primefaces + Springsecurity on a GlassFish server.
The problem is, when we had the app running on Tomcat, the resources of Primefaces (CSS and Javascript files) where loaded correctly, but on Glassfish, they don't.
We don't know if it is a Glassfish problem or an Spring security problem.
Look here:
Netbeans + Primefaces 4.0 + Tomcat 7 WORKS:
Eclipse + Primefaces 4.0 + glassfish 3.1 DOESN'T WORK
Help please!