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