Reputation: 6611
I integrated Tomcat with Eclipse (according to proper steps). But when I try to run a project, it generates a 404 error.
Without Eclipse, when I run the project manually, the project runs successfully. The steps are given here.
without eclipse this code will run successfully.
Upvotes: 0
Views: 87
Reputation: 8881
OK, the solution is :
copy your jsp folder in WEB-INF directory
and then run the project on server , you will be through
Upvotes: 1