enoent.jsp revision 78
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
0N/ASee LICENSE.txt included in this distribution for the specific
0N/Afile and include the License file at LICENSE.txt.
0N/Aident "@(#)enoent.jsp 1.3 05/12/02 SMI"
0N/A--%><%@ page import = "javax.servlet.*,
0N/AString context = request.getContextPath();
58N/ARuntimeEnvironment env = RuntimeEnvironment.getInstance();
58N/AString rawSource = env.getSourceRootPath();
0N/Aif (rawSource.equals("")) {
0N/A configError = "SRC_ROOT parameter has not been configured in web.xml! Please configure your webapp.";
58N/A if (!env.getSourceRootFile().isDirectory()) {
0N/A configError = "SRC_ROOT parameter in web.xml does not point to a valid directory! Please configure your webapp.";
0N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
0N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
0N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=context%>/print.css"/>