java - Jsp Project not running -


i have created web project includes .jsp , java beans pages. when run project eclipse, using tomcat works fine, deployed project successfully, program runs , receive web page in browser.

but when try deploy war file in webapps folder of tomcat6 , run on browser gives error – error see on page:

http status 404. description: requested resource not available.  

what might problem?

check if have file index.html/index.jsp in war if not there have either need change name of file opened in context "/" or have make changes in list.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -