I want to deploy Primefaces.jar as Glassfish module. I downloaded Primefaces.jar and I copied the jar into glassfish3/glassfish/modules folder. Then I added the name primefaces-3.3.jar into glassfish3/glassfish/domains/domain1/config/default-web.xml but nothing happens.
What am I missing?
PS
I added Primefaces with the command [root@Testserver bin]# sh asadmin add-library /opt/primefaces.jar but when I load the the web pages the library is not discovered? What I need to modify into WAR package in order to discover it?