Re: How are Anthill and Anthill web app "linked"?

Varban <[email protected]> Thu, 13 Apr 2006 08:39:26 -0400
Newsgroups gmane.comp.java.anthill
Organization Urbancode
Message-ID <[email protected]>
Hi Marcel,

AnthillOs stores the path to the install directory in a file 
called .anthill.anthill.properties in the home directory of the user that is 
running Anthill. In order to run  a second instance as the same user you will 
need to rename the copy of that file to reflect the context you are running 
the instance as - so if your second instance is running under anthill2 
context, the name of the property file should 
be .anthill.anthill2.properties. You can search the mailing list archives for 
more info, there were other users recently that wanted to do the same thing.

Regards,
Varban
On Thursday 13 April 2006 02:23, Marcel Stör wrote:
> Hi everybody,
>
> How does the Anthill web app remember where its Anthill home directory is
> installed? I expected to find this path somewhere within the web app...
> I'm trying to have two separate Anthill instances running on the same
> server to get two separate build queues. So, I copied both the Anthill home
> directory (which I will modify in terms of the projects involved) and the
> Anthill web app. However, I'm a bit worried that the link between web app
> and Anthill will get mixed up.