I ahve created a directory Structure
Sumit -> WEB-INF -> src
-> classes
and i putted Servlet file in src , compiled class file in classes folder and created Web.xml file in WEB-INF folder
after that i craeted a war file ( I am not sure it should be inside WEB-INF or outside ) as see.war using
jar -cvf see.was *.*
then i copied it to Webapps folder of tomcat where it deployed it
Now the thing is something when i am running it using
then it thowing error message
HTTP Status 404 - /see/
message /see/
description The requested resource (/see/) is not available.