问题
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
回答1:
Remove the dynamic web project from the Tomcat server and add it again.
来源:https://stackoverflow.com/questions/4728110/the-requested-resource-is-not-available-when-running-tomcat-7-0-after-downl