With the changes below, the admin screen has an extra line: "Permission denied for file admin-extra.html"
This is the first few lines from the admin screen: Solr Admin (example) SEELEYYXP.cnet.cnwk:8983 f:\code\solr\example Permission denied for file admin-extra.html This is the server from solr/example/ running on WinXP -Yonik On 5/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: billa Date: Tue May 2 10:42:28 2006 New Revision: 398981 URL: http://svn.apache.org/viewcvs?rev=398981&view=rev Log: allowed inclusion of customized content into first table Modified: incubator/solr/trunk/src/webapp/resources/admin/index.jsp Modified: incubator/solr/trunk/src/webapp/resources/admin/index.jsp URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/index.jsp?rev=398981&r1=398980&r2=398981&view=diff ============================================================================== --- incubator/solr/trunk/src/webapp/resources/admin/index.jsp (original) +++ incubator/solr/trunk/src/webapp/resources/admin/index.jsp Tue May 2 10:42:28 2006 @@ -3,7 +3,7 @@ <!-- $Source: /cvs/main/searching/SolrServer/resources/admin/index.jsp,v $ --> <!-- $Name: $ --> -<%@ page import="java.util.Date"%> +<%@ page import="java.util.Date" %> <!-- jsp:include page="header.jsp"/ --> <!-- do a verbatim include so we can use the local vars --> @@ -63,6 +63,7 @@ </td> </tr> --> +<jsp:include page="get-file.jsp?file=admin-extra.html&optional=y" flush="true"/> </table><P>