error.jsp revision c23e82b612acd5e947c164114377578116f6d298
1273N/ASee LICENSE.txt included in this distribution for the specific
1273N/Afile and include the License file at LICENSE.txt.
1273N/A--%><%@ page import = "javax.servlet.*,
1273N/AString context = request.getContextPath();
1273N/Aif (rawSource.equals("")) {
1273N/A configError = "SRC_ROOT parameter has not been configured in web.xml! Please configure your webapp.";
1273N/A configError = "SRC_ROOT parameter in web.xml does not point to a valid directory! Please configure your webapp.";
1273N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1273N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
1273N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=context%>/print.css"/>
1273N/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>
1273N/A<%=exception.getMessage()%>