META-INF.resources.WEB-INF.jsp.404.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ajaxjs-framework2 Show documentation
Show all versions of ajaxjs-framework2 Show documentation
AJAXJS aims to full-stack, not only the server-side framework,
but also integrates the front-end library. It's written in HTML5 + Java, a successor to the JVM platform, efficient, secure, stable, cross-platform and many other advantages, but it abandoned the traditional enterprise architecture brought about by the large and bloated,
emphasizing the lightweight, and fast, very suitable for the Internet fast application.
The newest version!
<%@page pageEncoding="UTF-8" isErrorPage="true" trimDirectiveWhitespaces="true"%>
404 找不到页面 Not found
找不到请求哦~HTTP 404
<%
if (request.getAttribute("jsp_path") == null) {
%>
404 Not found:${requestScope['javax.servlet.error.request_uri']}
亲,你的网址是不是打错了哦?
<%
} else {
%>
MVC 绑定 jsp 模版的路径错误!模版: ${jsp_path} 不存在;
请求路径:${requestScope['javax.servlet.forward.request_uri']}
<%
}
%>