enoent.jsp revision 1105
See LICENSE.txt included in this distribution for the specific
file and include the License file at LICENSE.txt.
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
--%><%@ page import = "javax.servlet.*,
java.io.*,
String context = request.getContextPath();
RuntimeEnvironment environment = RuntimeEnvironment.getInstance();
environment.setUrlPrefix(context + "/s?");
String rawSource = environment.getSourceRootPath();
if (rawSource.equals("")) {
configError = "CONFIGURATION parameter has not been configured in web.xml! Please configure your webapp.";
if (!environment.getSourceRootFile().isDirectory()) {
configError = "The source root specified in your configuration does not point to a valid directory! Please configure your webapp.";
%><%@ include file="httpheader.jspf" %>
<%@ include file="pageheader.jspf" %>
<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>
<div style="display:block;height:10em"> </div><%@include file="foot.jspf"%>