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