|
From: Mikel E. A. <mik...@gm...> - 2017-04-20 08:29:57
|
Hi; I have an issue when generating the blazegraph war to deploy in our server. The process I'm following is: 1) Clone the Blazegraph_release_2_1_4 branch from GitHub, in Eclipse. 2) Run maven install in /blazegraph-war/pom.xml 3) Copy the resulting war (blazegraph-war-2.1.4.war) in tomcat webapps That works fine. However, I would like to generate a war that includes a RWStore.properties file edited by me. I have tried changing the RWStore.properties file in the /bigdata-war-html/src/main/resources directory, since it is referenced by the pom at /blazegraph-war, but the generated war does not include the changes (com.bigdata.journal.AbstractJournal.file=/root/blazegraph-db/blazegraph.jnl). What is the origin of the RWStore.properties file when generating from /blazegraph-war? Any clues to solve this? Thanks -- Mikel Egaña Aranguren, Ph.D. https://mikel-egana-aranguren.github.io |