I am getting an error while running my netbeans web application..
Its saying
C:\Users\Dhruv\Documents\NetBeansProjects\FinalProject\nbproject\build-impl.xml:1025: The module has not been deployed. See the server log for details.
I got this error suddenly after adding a servlet to my project.. These are the lines in the xml file..
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false"
forceRedeploy="${forceRedeploy}"/> </target>