error.jsp revision 0
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseCDDL HEADER START
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseThe contents of this file are subject to the terms of the
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseCommon Development and Distribution License (the "License").
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseYou may not use this file except in compliance with the License.
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseSee LICENSE.txt included in this distribution for the specific
9972f4a5ad132948de5a79f00b9151778082d4c3Tim Reddehaselanguage governing permissions and limitations under the License.
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseWhen distributing Covered Code, include this CDDL HEADER in each
c52069b22e64cc3f501801e22e18764b13e50456Eugen Kuksafile and include the License file at LICENSE.txt.
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseIf applicable, add the following below this CDDL HEADER, with the
9972f4a5ad132948de5a79f00b9151778082d4c3Tim Reddehasefields enclosed by brackets "[]" replaced with your own identifying
9972f4a5ad132948de5a79f00b9151778082d4c3Tim Reddehaseinformation: Portions Copyright [yyyy] [name of copyright owner]
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseCDDL HEADER END
9972f4a5ad132948de5a79f00b9151778082d4c3Tim ReddehaseCopyright 2005 Sun Microsystems, Inc. All rights reserved.
c52069b22e64cc3f501801e22e18764b13e50456Eugen KuksaUse is subject to license terms.
c52069b22e64cc3f501801e22e18764b13e50456Eugen Kuksaident "%Z%%M% %I% %E% SMI"
9972f4a5ad132948de5a79f00b9151778082d4c3Tim Reddehase--%><%@ page import = "javax.servlet.*,
java.io.*,
String context = request.getContextPath();
if (rawSource.equals("")) {
configError = "SRC_ROOT parameter has not been configured in web.xml! Please configure your webapp.";
configError = "SRC_ROOT parameter in web.xml does not point to a valid directory! Please configure your webapp.";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=context%>/print.css"/>
<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>
<%=exception.getMessage()%>
<%@include file="foot.html"%>