Hi all, I have been deploying a couple of instances on remote servers, using Tomcat as a servlet engine. The deployment is ok but when I try to install a custom dbpedia 3.8 index I get a behaviour I do not understand.
Steps: 1) deploy stanbol.war into Tomcat 2) wait for Stanbol to start 3) copy the dbpedia.solrindex.zip into stanbol/datafiles I see Stanbol starts to install the index and I see two folders growing in size: a) dbpedia-2013.15.1 b) dbpedia-2013.15.1-1 when the zip file has been uncompressed both folders are the same size and contain the same data, and they are both kept on the HDD. Of course, in a way this makes the index double its size. I remember seeing this pattern applied also when deploying Stanbol in a Jetty instance, but as far as I remember one of the two folders was delete when the installation process ended. What could be the cause of this behaviour? Regards Andrea