Hi,
Is it possible to install BaseX instances on the same computer?
My goal is to be able to work on multiple client projects, each with their own server settings (ex. separate .basex files), dbs and .xqm without having to create a VM for each.
VMs are heavy to run on my laptop, and context switching takes time.
Thanks,
France
Hi France,
Yes, that's possible; in our own setups, it's quite a usual scenario. All you have to do is create a .basex file in a directory and start basexserver with a different port from this directory. The port can be changed in the .basex file, via system properties [1] or specified on command line via -p [2].
Best, Christian
[1] http://docs.basex.org/wiki/Options [2] http://docs.basex.org/wiki/Command-Line_Options#HTTP_Server
On Fri, May 22, 2015 at 10:23 PM, France Baril france.baril@architextus.com wrote:
Hi,
Is it possible to install BaseX instances on the same computer?
My goal is to be able to work on multiple client projects, each with their own server settings (ex. separate .basex files), dbs and .xqm without having to create a VM for each.
VMs are heavy to run on my laptop, and context switching takes time.
Thanks,
France
-- France Baril Architecte documentaire / Documentation architect france.baril@architextus.com
I have noticed that when using two different versions of BaseX in embedded mode, in two different applications on the same application server. Errors are logged about rewriting the .basex file. No exceptions are throw, just the message in the log appears. Is there a way to create a QueryProcessor without the need for these files to be created? If not, i think it would be a nice feature to add.
Regards, Johan Mörén
On Mon, May 25, 2015 at 8:50 PM France Baril france.baril@architextus.com wrote:
It just works! Thank you!
basex-talk@mailman.uni-konstanz.de