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