|
From: Andreas K. <ka...@bs...> - 2016-02-19 08:23:38
|
Hello everyone, our Blazegraph production environment runs on Tomcat. Currently I am looking whether we could change that and use the standalone variant by calling blazegraph-bundled.jar directly like described in the getting started section: java -server -Xmx4g -jar bigdata-bundled.jar We do quite often edit settings in web.xml and restart Tomcats; especially readOnly and queryTimeout. So having to recomile a new bigdata-bundled.jar for each change would be a bit cumbersome. 1. Is there a way of specifying these parameters via command line options or via RWStore.properties? 2. Can we configure/compile standalone Blazegraph to provide an AJP port for Apache's mod_jk (instead of mod_proxy_http)? Thanks & Best Regards Andreas |