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