Hi siddharth,
you are travelling in wrong direction.you will not reach your home.
In struts-config.xml file you have mapped for welcome.jsp but actually you are trying to run the index.jsp
How it will work.
Either change your
jsp name or change the struts-config.xml file.
I will tell you one simple thing
just follow blindly
add this tag inside your web.xml file
Restart the server and run your application.
http://localhost:[port Number]/warFileName
give port number and warFileName accordingly.
It will work.
If you face the problem reply me back.