Deployment problems

[Using NetBeans IDE 5.0 + Application Server 8.2 Bundle]

Hi all, I am having deployment problems. I have a j2ee application that has an entity bean managing a database table, a session bean providing access to it, and a servlet that accesses the session bean. I also have an index.jsp file that starts the whole thing out. The index.jsp file is the default file created in the WebModule.

The first time I ran the application, I received the 404 - application could

not be found. I have not been getting error in the past when the default

index.jsp file existed. I ran the application again, and instead of getting

the 404 error again, I got a dialog stating:

Error while loading application;

java.lang.Throwable: Error while loading application.

;requested operation cannot be completed

At least one operation failed

C:\....\build-impl.xml:219: Deployment error:

When I clicked on the error message, it displayed the build-impl.xml file

with the <nbdeploy ... line highlighted.

Thanks ...>

[1081 byte] By [Kris77a] at [2007-10-2 20:55:42]
# 1
Check few of the following:1) The EJB moudle correct (The EJB really in the EAR).2) The application.xml not seeking other modules that not exist in the EAR.
sasi2103a at 2007-7-13 23:40:11 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Try the following forum (about EJB technology) http://forum.java.sun.com/forum.jspa?forumID=13
UncleSAMa at 2007-7-13 23:40:11 > top of Java-index,Desktop,Developing for the Desktop...