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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -