Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created a new Dynamic Web Project in eclipse 3.6.

I added a Tomcat 7.0 server and choose "Run on server" on a jsf file. Working fine!

I added it to a SVN repository to share it with other.

I close Eclipse.

I create a new fresh workspace to check that everything works okey. Checking out the same project as above.

I added a Tomcat 7.0 server and choose "Run on server" on the same file as before. This result in a 404: "HTTP Status 404 .... - description The requested resource () is not available."

Why is that?? This is really strange! Don't you think? Can you please help me?

Best regards

share|improve this question

1 Answer

up vote 5 down vote accepted

Remove the dynamic web project from the Tomcat server and add it again.

share|improve this answer
1  
Thanks for you reply. I tried your suggestion, unfortunately it still does not work. I also tried to clean the webapps (or corresponding in eclipse) directory and republish. How do I enable logging? I cant see any logs in: .../workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/ – kungcc Jan 19 '11 at 20:19
This solution worked for me. – rlc Oct 14 '11 at 14:14
This is why I love stack overflow ... thanks for the answer, worked for me too. – gamozzii Dec 4 '11 at 5:44
Is this like a bug or anything? But the solution worked. thanks – redDevil Mar 1 '12 at 15:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.