0
votes

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: enter image description here

Eclipse + Primefaces 4.0 + glassfish 3.1 DOESN'T WORK enter image description here

Help please!

1
Is there any specific code you can share to evaluate? Have you verified if the js/css files are being deployed and are accessible when deploying your application?Luiggi Mendoza

1 Answers

-2
votes

Primefaces 4 is made for jsf 2.2 use glassfish4 then it works