I am trying to build and run a java web application in netbeans. While building it was fine, but while trying to run, it is showing a message
deps-module-jar: deps-ear-jar: deps-jar: Copying 83 files to /home/.../Desktop/bs/t1/build/web Copied 22 empty directories to 11 empty directories under /home/prabhjeet/Desktop/bs/t1/build/web library-inclusion-in-archive: library-inclusion-in-manifest: compile: compile-jsps: In-place deployment at /home/..../Desktop/bs/t1/build/web Deployment is in progress... deploy?config=file%3A%2Ftmp%2Fcontext8772160632455666295.xml&path=/bstore http://localhost:8080/manager/text/deploy?config=file%3A%2Ftmp%2Fcontext8772160632455666295.xml&path=/bstore /home/.../Desktop/bs/t1/nbproject/build-impl.xml:1032: The module has not been deployed. See the server log for details. BUILD FAILED (total time: 36 seconds)
How to overcome this error?