error.jsp revision c0550b01024b910b8c1468811c0ea663b10b1372
22N/ASee LICENSE.txt included in this distribution for the specific
22N/Afile and include the License file at LICENSE.txt.
873N/A--%><%@ page import = "javax.servlet.*,
55N/AString context = request.getContextPath();
22N/ARuntimeEnvironment environment = RuntimeEnvironment.getInstance();
22N/Aenvironment.setUrlPrefix(context + "/s?");
22N/AString rawSource = environment.getSourceRootPath();
22N/A configError = "SRC_ROOT parameter has not been configured in web.xml! Please configure your webapp.";
873N/A if (environment.getSourceRootFile() == null || !environment.getSourceRootFile().isDirectory()) {
289N/A configError = "SRC_ROOT parameter in web.xml does not point to a valid directory! Please configure your webapp.";
289N/A%><%@ include file="httpheader.jspf" %>
873N/A <%@ include file="pageheader.jspf" %>
873N/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>
873N/A<%=exception.getMessage()%>