clean up a few .do to .mvc conversions

This commit is contained in:
rlawson 2014-08-06 09:35:38 -04:00
parent abd594beae
commit 4c1f6ecd1d
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
</c:if>
You have logged out successfully
<hr/>
Click here to <a href="<c:url value="login.do" />" > Login</a>
Click here to <a href="<c:url value="login.mvc" />" > Login</a>
</div> <!-- /container -->

View File

@ -256,7 +256,7 @@
will be mapped to the "graph" servlet, while a request like:
http://localhost:8080/{contextpath}/saveCustomer.do
http://localhost:8080/{contextpath}/saveCustomer.mvc
will be mapped to the "controller" servlet.
@ -330,7 +330,7 @@
</mime-mapping>
<welcome-file-list>
<welcome-file>login.do</welcome-file>
<welcome-file>login.mvc</welcome-file>
</welcome-file-list>
<!-- Define reference to the user database for looking up roles -->