You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by bi...@apache.org on 2006/05/02 19:42:32 UTC

svn commit: r398981 - /incubator/solr/trunk/src/webapp/resources/admin/index.jsp

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>
 



Re: svn commit: r398981 - /incubator/solr/trunk/src/webapp/resources/admin/index.jsp

Posted by Bill Au <bi...@gmail.com>.
You caught me in between commits.  I hadn't updated added admin-extra.html
to <gettableFiles> in solarconfig.xml.

Bill

On 5/2/06, Yonik Seeley <ys...@gmail.com> wrote:
>
> OK, It's working now with the latest commit. Thanks!
>
> -Yonik
>
> On 5/2/06, Yonik Seeley <ys...@gmail.com> wrote:
> > 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, billa@apache.org <bi...@apache.org> 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>
>

Re: svn commit: r398981 - /incubator/solr/trunk/src/webapp/resources/admin/index.jsp

Posted by Yonik Seeley <ys...@gmail.com>.
OK, It's working now with the latest commit. Thanks!

-Yonik

On 5/2/06, Yonik Seeley <ys...@gmail.com> wrote:
> 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, billa@apache.org <bi...@apache.org> 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>

Re: svn commit: r398981 - /incubator/solr/trunk/src/webapp/resources/admin/index.jsp

Posted by Yonik Seeley <ys...@gmail.com>.
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, billa@apache.org <bi...@apache.org> 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>