I have created a app using NetBeans 6.8 and Tomcat 7. When i'm trying to run my application, i'm getting error as The module has not been deployed from below line in build-impl.xml.
<target if="netbeans.home" name="-run-deploy-nb">
// error come from below line
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
How can i solve this ?
(1) To sure check it first:
MY JDK 1.8(default). my tomcat 8.0.3.0
(2) Then you should write coding of your application correctly.
(3) if problem occur " Module has not been deployed ".
(4) you should disconnect your network connection.
(5) than restart the computer.
(6) run the project again.