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 ...>

