I\'m trying to run j2EE project on external server. Project was made in NetBeans (6.7.1) and when I run it from there, everything\'s going fine (I run it on GlassFish v3 server)
Please you check your war file and see if your classes are under WEB-INF/classes folder.
I ran into the same problem and found out there are no class files WEB-INF/classes folder.