Dear Sir,<br><br>I have changed and restarted tomcat but it doesn't display anything...<br><br>any other configuration required?<br><br> <br><br style="color: rgb(153, 153, 153);"><span style="color: rgb(153, 153, 153);">
Hi Shali,</span><br style="color: rgb(153, 153, 153);">
<br style="color: rgb(153, 153, 153);"><span style="color: rgb(153, 153, 153);">
Try changing the dspace.cfg setting solr.log.server to </span><a style="color: rgb(153, 153, 153);" href="http://127.0.0.1:8080/solr/statistics" target="_blank">http://127.0.0.1:8080/solr/statistics</a><br style="color: rgb(153, 153, 153);">
<br style="color: rgb(153, 153, 153);"><span style="color: rgb(153, 153, 153);">
(It is expected to see a 403 forbidden error when you visit /solr in
your browser - so that part isn't a problem. You only need to visit the
xmlui to see the statistics, not solr. /solr provides that data to the
xmlui for display).</span><br style="color: rgb(153, 153, 153);">
<br style="color: rgb(153, 153, 153);"><span style="color: rgb(153, 153, 153);">
Thanks,</span><br style="color: rgb(153, 153, 153);">
<br style="color: rgb(153, 153, 153);">
<br style="color: rgb(153, 153, 153);"><span style="color: rgb(153, 153, 153);">
Stuart</span><br style="color: rgb(153, 153, 153);">
<br style="color: rgb(153, 153, 153);"><span style="color: rgb(153, 153, 153);">
______________________________</span><div style="color: rgb(153, 153, 153);" id=":5o" class="ii gt">__<br>
From: shali Kallumpuram [<a href="mailto:vidyaserveradmin@gmail.com">vidyaserveradmin@gmail.com</a>]<br>
Sent: Monday, 29 March 2010 4:55 p.m.<br>
To: <a href="mailto:dspace-tech@lists.sourceforge.net">dspace-tech@lists.sourceforge.net</a><br>
Subject: [Dspace-tech] Dspace solr statistics error<br>
<br>
Dear all,<br>
<br>
Solr statistics in my Dspace is not working ,<br>
<br>
<br>
i have added a new collection an an item to my repository and checked as you directed but nothing working for me<br>
<br>
<a href="http://202.88.230.179:8080/xmlui" target="_blank">http://202.88.230.179:8080/xmlui</a> is my url<br>
<br>
any additional configuration is required to run "solr"<br>
<br>
i have also checked <a href="http://202.88.230.179:8080/solr" target="_blank">http://202.88.230.179:8080/solr</a><br>
<br>
an it shows,<br>
<br>
<br>
<br>
HTTP Status 403 -<br>
<br>
type Status report<br>
<br>
message<br>
<br>
description Access to the specified resource () has been forbidden.<br>
Apache Tomcat/6.0.20<br>
My dspace.cfg<br>
<br>
<br>
#---------------------------------------------------------------#<br>
#--------------SOLR STATISTICS CONFIGURATIONS-------------------#<br>
#---------------------------------------------------------------#<br>
# These configs are only used by the SOLR interface/webapp to #<br>
# track usage statistics. #<br>
#---------------------------------------------------------------#<br>
<br>
##### Usage Logging #####<br>
solr.log.server = ${dspace.baseUrl}/solr/statistics<br>
solr.dbfile = ${dspace.dir}/config/GeoLiteCity.dat<br>
<br>
# If enabled the statistics system will look for an X-Forward header<br>
# if it finds it, it will use this for the user IP Addrress<br>
# it is enabled by default<br>
useProxies = true<br>
<br>
# Control if the statistics pages should be only shown to authorized users<br>
# If enabled, only the administrators for the DSpaceObject will be able to<br>
# view the statistics.<br>
# If disabled, anyone with READ permissions on the DSpaceObject will be able<br>
# to view the statistics.<br>
<br>
statistics.item.authorization.admin= false<br>
<br>
# control solr statistics querying to filter out spider IPs<br>
# false by default<br>
solr.statistics.query.filter.spiderIp = true<br>
<br>
# control solr statistics querying to look at "isBot" field to determine<br>
# if record is a bot. true by default.<br>
solr.statistics.query.filter.isBot = true<br>
<br>
# URLs to download IP addresses of search engine spiders from<br>
solr.spiderips.urls = <a href="http://iplists.com/google.txt" target="_blank">http://iplists.com/google.txt</a>, \<br>
<a href="http://iplists.com/inktomi.txt" target="_blank">http://iplists.com/inktomi.txt</a>, \<br>
<a href="http://iplists.com/lycos.txt" target="_blank">http://iplists.com/lycos.txt</a>, \<br>
<a href="http://iplists.com/infoseek.txt" target="_blank">http://iplists.com/infoseek.txt</a>, \<br>
<a href="http://iplists.com/altavista.txt" target="_blank">http://iplists.com/altavista.txt</a>, \<br>
<a href="http://iplists.com/excite.txt" target="_blank">http://iplists.com/excite.txt</a>, \<br>
<a href="http://iplists.com/misc.txt" target="_blank">http://iplists.com/misc.txt</a>, \<br>
<a href="http://iplists.com/non_engines.txt" target="_blank">http://iplists.com/non_engines.txt</a><br>
<br>
any idea???<br>
<br>
Shali</div>