Do we want to get a JIRA issue started for this to track progress? This is on our To Do list here and I should potentially be able to do some/all of the work required in the coming weeks. It looks to be a relatively simple job
Rob On Jan 24, 2012, at 9:21 AM, John Fereira wrote: > I'm a lot more familiar with the ant build tool than I am using maven so I > created a build.xml file and was able to build a fuseki.war file using Ant. > I thought I might be able to take the web.xml file that comes with joseki > (which I modified to hide the configuration file contain DB connections > strings) and adapt it for fuseki but I'm not sure what class names to use for > the servlets. In the joseki version the web.xml uses an init-param section > as follows for loading the configuration file: > > <init-param> > <param-name>org.joseki.rdfserver.config</param-name> > > <param-value>/usr/local/tomcat/webapps/joseki/WEB-INF/joseki-config.ttl</param-value> > </init-param> > > A fuseki version would have to do something similar. > > -----Original Message----- > From: Andy Seaborne [mailto:[email protected]] On Behalf Of Andy > Seaborne > Sent: Tuesday, January 24, 2012 12:00 PM > To: [email protected] > Subject: Re: Fuseki with SDB not returning any results > > On 23/01/12 17:32, John Fereira wrote: >> >> >> -----Original Message----- >> From: John Fereira [mailto:[email protected]] >> Sent: Sunday, January 22, 2012 5:27 PM >> To: [email protected] >> Subject: RE: Fuseki with SDB not returning any results >> >> I got this working. I didn't have the default graph setup correctly in the >> fuseki configuration file. >> >> Now...has anyone managed to get fuseki running as a Tomcat web app. I can >> continue running it under Jetty but it will mean opening up a port on the >> server upon which it will be running and I've already got a Tomcat instance >> running there so bundling it fuseki up as a war file would make my life a >> lot easier. >> >> > > Fuseki is just a bunch of servlets. It should run under tomcat and I think > one of colleagues has (security setup may need to be adjusted). > > What would be nice is a patch to the Fuseki build that adds making a WAR file. > > Andy
