hi,
i created an web application project(following the screen instructions).
this is very basic and simple application.
but it did not run . what happened ?
the log message is :
.........
.........
FAIL - Failed to deploy application at context path /strutsProject
FAIL - Failed to deploy application at context path /strutsProject
E:\netbeanproject\strutsProject\nbproject\build-impl.xml:440: Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 0 seconds)
build-impl.xml:440(autogenerated) has the following code..
<nbdeploy forceRedeploy="${forceRedeploy}" clientUrlPart="${client.urlPart}" debugmode="false"/>
the code around this snippet is
<target name="run" depends="run-deploy,run-display-browser" description="Deploy to server and show in browser."/>
<target name="run-deploy" depends="init,compile,compile-jsps,-do-compile-single-jsp,dist">
<nbdeploy forceRedeploy="${forceRedeploy}" clientUrlPart="${client.urlPart}" debugmode="false"/>
</target>
can you tell whats happened ? why its not deploying ?
thanks
Did you see the server log?