afs commented on issue #1795:
URL: https://github.com/apache/jena/issues/1795#issuecomment-1467033220

   My development setup does this:
   (Fuseki reads Java system properties as well as environment variables:
   
   ```
           String fusekiHome = 
"/home/..Somewhere.../jena/jena-fuseki2/jena-fuseki-webapp" ;
           String fusekiBase = "/home/..Soemwhere.../Fuseki/run" ;
   
           // >> Clean start
           IOX.deleteAll(fusekiBase);
           FileOps.ensureDir(fusekiBase);
           // << Clean start
   
           System.setProperty("FUSEKI_HOME", fusekiHome) ;
           System.setProperty("FUSEKI_BASE", fusekiBase) ;
           //FusekiCmd.main("--update", "--tdb2", "--loc=/home/.../tmp/DB2", 
"/ds");
           FusekiCmd.main("--mem", "/db");
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to