On 02/27/2010 06:52 AM, Suram wrote:
Hi all,
How can i configure Core admin under the Tomcat server.........Kindly could
u tell me anyone
Thanks in advance
You need to be more specific. Do you mean the CoreAdmin Handler?
If so, you need to make sure the adminPath attribute is set in solr.xml:
<!--
adminPath: RequestHandler path to manage cores.
If 'null' (or absent), cores will not be manageable via request handler
-->
<cores adminPath="/admin/cores" defaultCoreName="collection1">
<core name="collection1" instanceDir="." />
</cores>
--
- Mark
http://www.lucidimagination.com