clean up a few .do to .mvc conversions
This commit is contained in:
parent
abd594beae
commit
4c1f6ecd1d
@ -49,7 +49,7 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
You have logged out successfully
|
You have logged out successfully
|
||||||
<hr/>
|
<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 -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
|
@ -256,7 +256,7 @@
|
|||||||
|
|
||||||
will be mapped to the "graph" servlet, while a request like:
|
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.
|
will be mapped to the "controller" servlet.
|
||||||
|
|
||||||
@ -330,7 +330,7 @@
|
|||||||
</mime-mapping>
|
</mime-mapping>
|
||||||
|
|
||||||
<welcome-file-list>
|
<welcome-file-list>
|
||||||
<welcome-file>login.do</welcome-file>
|
<welcome-file>login.mvc</welcome-file>
|
||||||
</welcome-file-list>
|
</welcome-file-list>
|
||||||
|
|
||||||
<!-- Define reference to the user database for looking up roles -->
|
<!-- Define reference to the user database for looking up roles -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user