Re: [Dspace-tech] DSpace 3.2 customize reporting

2014-04-08 Thread Terry Brady
I am glad that this looks promising to you. We run tomcat behind Apache. If a URL contains /batch-tools, we direct it to the PHP processor. If it does not match, we direct the request to tomcat. Since we deploy these batch tools to a very small number of content administrators, we administer th

Re: [Dspace-tech] DSpace 3.2 customize reporting

2014-04-08 Thread LifeH2O
Thank you very much Terry Brady. It looks great. And stats is only a part of this system. It is great to see that we can finally have full admin control on DSpace over the web. Now to run it along DSpace installation what method did you use. I found Quercus, PHP/Java Bridge and this http://stackove

Re: [Dspace-tech] DSpace 3.2 customize reporting

2014-04-07 Thread Terry Brady
We have built some custom tools to perform quality control checks on our repository and to produce detailed statistics reports. We run these tools beside our DSpace instance from Apache. We have shared our code if this sounds helpful to you. http://georgetown-university-libraries.github.io/batch

[Dspace-tech] DSpace 3.2 customize reporting

2014-04-06 Thread LifeH2O
We need to customize reporting/statistics (no of uploads by a user, most accessed collection, etc. etc.) But SOLR can only be used locally. What is the best way to do that? We w