0N/AThe contents of this file are subject to the terms of the
0N/ACommon Development and Distribution License (the "License").
0N/AYou may not use this file except in compliance with the License.
0N/Alanguage governing permissions and limitations under the License.
0N/AWhen distributing Covered Code, include this CDDL HEADER in each
0N/AIf applicable, add the following below this CDDL HEADER, with the
0N/Afields enclosed by brackets "[]" replaced with your own identifying
0N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
0N/ACopyright 2005 Sun Microsystems, Inc. All rights reserved.
0N/AUse is subject to license terms.
0N/A%><%@ page session="false" %><%@ page isErrorPage="true" %><%
0N/AString rawSource = getServletContext().getInitParameter("SRC_ROOT");
0N/AString configError = "";
0N/A configError = "SRC_ROOT parameter has not been configured in
web.xml! Please configure your webapp.";
0N/A if(!(new File(rawSource)).isDirectory()) {
0N/A configError = "SRC_ROOT parameter in
web.xml does not point to a valid directory! Please configure your webapp.";
0N/A%><?xml version="1.0" encoding="iso-8859-1"?>
0N/A <meta http-equiv="Content-Type" content="
text/html; charset=iso-8859-1"/>
0N/A <title>File not found</title>
0N/A <link rel="alternate stylesheet" type="
text/css" media="all" title="Paper White" href="<%=context%>/
print.css"/>
0N/A<body><div id="page">
0N/A<form action="<%=context%>/search">
0N/A <%= getServletContext().getInitParameter("HEADER") %>
0N/A<div id="Masthead"></div>
0N/A<div id="bar"><a id="home" href="<%=context%>">Home</a> | <input id="search" name="q" class="q"/> <input type="submit" value="Search" class="submit"/> </div>
0N/A<h3 class="error">Error 404: File not found!</h3>
0N/AThe requested resource is not available. <%=configError%>
0N/A<div style="display:block;height:10em"> </div><%@include file="
foot.html"%>