Hi,

It looks like Im trying to do the same thing in this open JIRA here ...

https://issues.apache.org/jira/browse/SOLR-975

I noticed in index.jsp it has a reference to:

<%
 // a quick hack to get rid of get-file.jsp -- note this still spits out 
invalid HTML
 out.write( 
org.apache.solr.handler.admin.ShowFileRequestHandler.getFileContents( 
"admin-extra.html" ) );
%>

Instead of resolving with the core.getName() path ...

Was trying to avoid building a custom solr.war for this project is there 
another quick hack to include content for admin backend or is patching the only 
way?

Thanks.

- Jon


Reply via email to