While deploying my web application i am getting following warning at cosole
WARN [config] Unable to process deployment descriptor for context 'null'
and when i tried to run the appliation iam able to get the login page but further control is not going to control and display Http Error 404. The same application running fine in tomcat. what could be the reason.
We will need a little bit more information. Do this: undeploy the app, stop the app server, start the app server. Once you see the "Started in xxx" message on the console, deploy the app and attempt to access the app. Then send all the text in the console starting with the "Started in xxx" line.
Also, post the URL that is causing the 404 error, and post a listing of the contents of your war file (run: jar -tf xxx.war).