Rahim Jaafar
Rahim Jaafar

Reputation: 43

Error on Eclipse

I am working on Eclipse Juno Tomcat server 5.5 by using JSP programming language. Suddenly, I got an error on a program from the system. It's shows HTTP Status 404 and the description is The requested resource is not available. In this case, problem occurs from my PC only whether for the other PC, there was no problem. So, I don't think that the error is caused from my codes or database. Therefore, it was a pleasure if someone can give some explanation an advice on how to solve this problem. Thank you very much...

Upvotes: 0

Views: 48

Answers (1)

Martin Strejc
Martin Strejc

Reputation: 4347

It looks like Eclipse incorrectly deploys or redeploys your application that sometimes happens. Open the server console in eclipse and remove the context, try 'Run on server' again. Also in some cases it doesn't work until you deploy another application (remove the original) and then run again your application. The alternative solution is to delete files in your eclipse tomcat directories, that is very hard to explain because it depends on your installation.

Upvotes: 1

Related Questions