Re: viewing statistics

2014-02-25 Thread Sergio Fernández
Hi Rajika, On 25/02/14 06:39, Rajika Kumarasiri wrote: I cloned the source from here https://git-wip-us.apache.org/repos/asf/marmotta. I assume it's the update source repo ? Yes, it is. But we hare using gitflow, so that the stable version, which should work anyway. But I'd recommend you to

Re: viewing statistics

2014-02-25 Thread Rajika Kumarasiri
hello Sergio, Yeah, it helps. I will build the source from there and see how it goes. Thank you. On Tue, Feb 25, 2014 at 6:19 AM, Sergio Fernández < sergio.fernan...@salzburgresearch.at> wrote: > Hi Rajika, > > > On 25/02/14 06:39, Rajika Kumarasiri wrote: > >> I cloned the source from here >>

Re: viewing statistics

2014-02-25 Thread Sergio Fernández
try to request the root context: / that's the default configuration for the embedded tomcat not /marmotta On 25/02/14 15:30, Rajika Kumarasiri wrote: hello Sergio, I built the source from the repo you provided. Then started the embedded tomcat using; cd launchers/marmotta-webapp/;mvn tomcat7:r

Re: viewing statistics

2014-02-25 Thread Rajika Kumarasiri
hello Sergio, It works now. I can view various statistics now. Thank you for your support. On Tue, Feb 25, 2014 at 9:55 AM, Sergio Fernández < sergio.fernan...@salzburgresearch.at> wrote: > try to request the root context: / > that's the default configuration for the embedded tomcat > not /mar

Re: viewing statistics

2014-02-25 Thread Rajika Kumarasiri
Actually I wanted to tell you, when I tried on Fedora(using Google Chrome) the context root http://localhost:8080/ was re-directed to http://localhost:8080/marmotta/core/admin/about.html page which I ended up with a 404. But when I built the war on Windows the embedded tomcat version works fine. I