Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Netbean and JBoss

843844Jul 7 2007 — edited Jul 13 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2007
Added on Jul 7 2007
6 comments
212 views