[ 
https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193359#comment-13193359
 ] 

Rob Vesse commented on JENA-201:
--------------------------------

So here are my notes on progress so far.

Generating a war with maven is trivial by using the war:war goal once you've 
created a web.xml file in the appropriate place.

The tricky part looks to be configuration, usually Fuseki would pick up config 
from command line but this is not doable in WAR packaging

Unless anyone has objections my intention is to try using <context-param> 
elements to set up the defaults and then somehow get those to be used to 
configure the server at first run.  Problem is I can't see any obvious way to 
do this (but that may just be my lack of familiarity with the servlet specs), 
we actually don't really want to explicitly register servlets because we want 
to still to configure based on a config file.

The other option is to have a WAR which just has a default config for a single 
dataset with that dataset being defined by a config file so users can customize 
that.  I assume that this second option is not the preferred option

If anyone has ideas/input/opinions on this please chime in
                
> Deliver Fuseki as a WAR file.
> -----------------------------
>
>                 Key: JENA-201
>                 URL: https://issues.apache.org/jira/browse/JENA-201
>             Project: Jena
>          Issue Type: Improvement
>          Components: Fuseki
>            Reporter: Andy Seaborne
>            Priority: Minor
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to