After creating a new java Web Application Project in net beans,When i am trying to deploy it in Tomcat
Server( apache-tomcat-7.0.53-windows-x64 ) getting below error,can any one please help me
out,Thanks in Advance.
ant -f \NetBeansProjects\WebApplication1 -Dbrowser.context=Documents\NetBeansProjects\WebApplication1 -DforceRedeploy=false -Ddirectory.deployment.supported=true -Dnb.wait.for.caches=true -Dnb.internal.action.name=run run init: deps-module-jar: deps-ear-jar: deps-jar: library-inclusion-in-archive: library-inclusion-in-manifest: compile: compile-jsps: Starting Tomcat process... Waiting for Tomcat... Tomcat server started. In-place deployment at ...\NetBeansProjects\WebApplication1\build\web Deployment is in progress... deploy?config=file%3A%2FC%3A%2FUsers%2FTHULAS%7E1%2FAppData%2FLocal%2FTemp%2Fcontext3096225649611752059.xml&path=/WebApplication1 Server returned HTTP response code: 400 for URL: xxxx:8080/manager/text/deploy?config=file%3A%2FC%3A%2FUsers%2FTHULAS%7E1%2FAppData%2FLocal%2FTemp%2Fcontext3096225649611752059.xml&path=/WebApplication1 ...\NetBeansProjects\WebApplication1\nbproject\build-impl.xml:1045: The module has not been deployed. See the server log for details. BUILD FAILED (total time: 1 minute 23 seconds)

