Struts url路径问题解决
<error-page><error-code>404</error-code><location>/login.jsp</location></error-page><default-action-ref name="error"></default-action-ref><action name="error"><result>/index.jsp</result></action>
??