Thanks, I tried running the flexroo_scaffold.html with Run As-> Ron on Server, before, so I created an index.html with the link anchor as you suggested.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>flexroo</title>
</head>
<body>
<a href="http://localhost:8080/flexroo/flexroo_scaffold.html" target="_blank" rel="nofollow">http://localhost:8080/flexroo/flexroo_scaffold.html</a>
</body>
</html>
The index.html comes up as expected on http://localhost:8080/flexroo/
But clicking the link throws the same error...
Code:
Feb 24, 2011 7:49:25 AM org.apache.catalina.core.StandardHostValve custom
SEVERE: Exception Processing ErrorPage[errorCode=404, location=/resourceNotFound]
javax.servlet.ServletException: Circular view path [resourceNotFound]: would dispatch back to the current handler URL [/flexroo/resourceNotFound] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
at org.springframework.web.servlet.view.InternalResourceView.prepareForRendering(InternalResourceView.java:292)
at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:214)
at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
So something else is wrong.