I am using Netbeans 5.5 for a web project (with JSF, MySql server) it's working fine,
now copied all the files from "build/web" directory and I've added the code:
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
in web.xml file & created projectname.war moved this war file into jboss server/deploy folder
in JBoss server says: projectname.war/ deployment failed and throws many errors
Any one can help to run this project in JBoss Server
-VK