Yep, you are right Claude. I think I have something strange going on with Tomcat. I made a smaller version of what I am trying to do and the config file works as expected. Obviously in my main app I am doing something incorrectly. Time to find the needle in the haystack. :-)
On Fri, Jan 23, 2015 at 5:49 AM, Claude Warren <[email protected]> wrote: > Trevor, > > I used an embedded Jetty with a modified Fuseki (v1) to create the Granatum > query engine (www.granatum.org). It worked well. We did not have any > issues with Jetty. > > Claude > > On Fri, Jan 23, 2015 at 1:56 AM, Trevor Donaldson <[email protected]> > wrote: > > > Hold off on answering this question. It may not be an issue. I will > update > > in the morning Easter Standard Time. > > > > On Thu, Jan 22, 2015 at 6:17 PM, Trevor Donaldson <[email protected]> > > wrote: > > > > > Hi all, > > > > > > There is a weird situation that I just found. I have a config file that > > > looks like the attached. The problem that I am running into, is that I > am > > > expecting Jena Security to be called whenever I query the service. I am > > > validating that Jena Security is being called by logging. When I use > > > fuseki.war, with the config.ttl file in $FUSEKI_BASE/config.ttl I see > > that > > > the config file is loaded but it doesn't call any of the jena security > > > methods. > > > > > > The strange thing is if I use the jetty version and I run fuseki with > the > > > below everything works as expected. > > > > > > java -cp "fuseki-server.jar:lib/*" cmd.FusekiCmd "$@" > > > --config=$FUSEKI_BASE/config.ttl > > > > > > Same config.ttl, two different results. Any thoughts? > > > > > > Also, side note, has anyone used jetty in production? I never have. > > > > > > Thanks in advance > > > > > > > > > -- > I like: Like Like - The likeliest place on the web > <http://like-like.xenei.com> > LinkedIn: http://www.linkedin.com/in/claudewarren >
