hi,
I am developing a web services in netbeans 5.5.1 and using sun application server as my container .
i was able to run the application once....i mean i was able to see my servlet page which is my client but was gettin some exceptions...am not worried abt the exception at the moment...
i went back to the servlet code made some chnges ....and from then on i am gettin a deployment error in build-impl.xml file
here is my error as follows....
In-place deployment at D:\abhijeet_y\C alculatorWSAppl ication\build\w eb
Start registering the project's server resources
Finished registering server resources
moduleID=Calcul atorWSApplicati on
deployment started : 0%
D:\abhijeet_y\C alculatorWSAppl ication\nbproje ct\build-impl.xml:474: Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 3 minutes 19 seconds)
I am developing a web services in netbeans 5.5.1 and using sun application server as my container .
i was able to run the application once....i mean i was able to see my servlet page which is my client but was gettin some exceptions...am not worried abt the exception at the moment...
i went back to the servlet code made some chnges ....and from then on i am gettin a deployment error in build-impl.xml file
here is my error as follows....
In-place deployment at D:\abhijeet_y\C alculatorWSAppl ication\build\w eb
Start registering the project's server resources
Finished registering server resources
moduleID=Calcul atorWSApplicati on
deployment started : 0%
D:\abhijeet_y\C alculatorWSAppl ication\nbproje ct\build-impl.xml:474: Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 3 minutes 19 seconds)
Comment