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

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

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -