NetBeans Run problem
843841Mar 24 2005 — edited Nov 8 2007Hi!
I am testin the NetBeans IDE. I doing a web application, but when i try to Run the application , this message is showed in the console
In-place deployment not supported
Deployment error: null. See the messages.log file for details.
C:\Desarrollo\VideoClubOnLine\nbproject\build-impl.xml:280: org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment$DeploymentException: Deployment error: null. See the messages.log file for details.
BUILD FAILED (total time: 16 seconds)
the line thats causes the error is that in the build-impl.xml file
<nbdeploy debugmode="false" clientUrlPart="${client.urlPart}" forceRedeploy="${forceRedeploy}"/>
this code is generated by the IDE.
somebody can help me???
Thanx!!!!!