Netbeans not Deploying/Debugging

Posted by Triztian on Stack Overflow See other posts from Stack Overflow or by Triztian
Published on 2011-01-11T00:50:33Z Indexed on 2011/01/11 1:53 UTC
Read the original article Hit count: 570

Hello all, I have this problem, it's the second time it happens to me, I'm using the NB IDE 6.9.1 and after a while I was working fine, but then It stopped deploying my webapp when debugging or running the application, I don't recall messing with the ant build scripts or any strange configurations, it successfully builds the dist folder and *.war file and I am able to deploy it manually, but when I run it through the IDE it deletes the webapp folder webapps/myapp,so I cannot debug it or run it, all I get is ClassNotFoundException for my servlets. I am unsure of what extra information would help to solve this issue Its pretty annoying, I don't know how it got solved the last time, it just "went away" any help is truly appreciated.

© Stack Overflow or respective owner

Related posts about debugging

Related posts about deployment