enoent.jsp revision bb191b4db2657326cea4ebb7a8d0508b6ab84929
2N/ASee LICENSE.txt included in this distribution for the specific
2N/Afile and include the License file at LICENSE.txt.
2N/Aident "@(#)enoent.jsp 1.3 05/12/02 SMI"
2N/A--%><%@ page import = "javax.servlet.*,
23N/AString context = request.getContextPath();
32N/ARuntimeEnvironment env = RuntimeEnvironment.getInstance();
32N/AString rawSource = env.getSourceRootPath();
32N/Aif (rawSource.equals("")) {
34N/A configError = "SRC_ROOT parameter has not been configured in web.xml! Please configure your webapp.";
32N/A if (!env.getSourceRootFile().isDirectory()) {
58N/A configError = "SRC_ROOT parameter in web.xml does not point to a valid directory! Please configure your webapp.";
225N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
225N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
2N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=context%>/print.css"/>