Harmeet Singh Taara
Harmeet Singh Taara

Reputation: 6611

Tomcat 7.0 : Integrate with Eclipse

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.

in this the project tree and DD

Run the project on server

but it will generate the 404

even i type only localhost:8080 but the server is running on eclipse , it will again generate the error

without eclipse this code will run successfully.

Upvotes: 0

Views: 87

Answers (1)

Satya
Satya

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

Related Questions