enoent.jsp revision 1105
0N/ASee LICENSE.txt included in this distribution for the specific
0N/Afile and include the License file at LICENSE.txt.
0N/A--%><%@ page import = "javax.servlet.*,
0N/AString context = request.getContextPath();
144N/ARuntimeEnvironment environment = RuntimeEnvironment.getInstance();
144N/Aenvironment.setUrlPrefix(context + "/s?");
144N/AString rawSource = environment.getSourceRootPath();
0N/Aif (rawSource.equals("")) {
731N/A configError = "CONFIGURATION parameter has not been configured in web.xml! Please configure your webapp.";
144N/A if (!environment.getSourceRootFile().isDirectory()) {
731N/A configError = "The source root specified in your configuration does not point to a valid directory! Please configure your webapp.";
144N/A%><%@ include file="httpheader.jspf" %>
144N/A <%@ include file="pageheader.jspf" %>