I am trying to create a new JSF application in Netbeans. I have transferred my existing java source code files & packages to newly created src folder in the new 'Java Web project with JSF framework' in netbeans & also I have added all the dependencies to the classpath.
But when I try to deploy my application on the Tomcat server through netbeans, it fails with following error
Starting Tomcat process...
Waiting for Tomcat...
Tomcat server started.
In-place deployment at Z:\dev\Px10App\build\web
deploy?config=file%3A%2FZ3A%2FUsers%2FXX%2FAppData%2FLocal%2FTemp%2Fcontext64443165856331944.xml&path=/Px10App
http://localhost:8070/manager/deploy?config=file%3A%2FZ%3A%2FUsers%2FXX%2FAppData%2FLocal%2FTemp%2Fcontext64443165856331944.xml&path=/Px10App
Z:\dev\Px10App\nbproject\build-impl.xml:732: The module has not been deployed.
BUILD FAILED (total time: 1 minute 19 seconds)
Any help on resolving this is highly appreciated !