[Anthill] running multiple anthill OS
Carlton B
thelarch at bellsouth.net
Wed Dec 21 13:23:36 CST 2005
I just figured out how to do this... thought I'd share if anybody else is
having the same problem.
First of all, you do need to create individual Anthill install directories
per instance. If you've done that, then just put this in server.xml
<!-- Anthill R18.5 Context -->
<Context path="/anthill-R18.5" docBase="anthill" debug="0"/>
<!--
-->
<!-- Anthill R19.0 Context -->
<Context path="/anthill-R19.0" docBase="anthill" debug="0"/>
Then just drop the anthill.war in the webapps dir and start Tomcat
http://hostname:8080/anthill-R18.5
http://hostname:8080/anthill-R19.0
Both contexts use the webapp dir of /anthill, however the state information
is stored according to the context name (for example
.anthill.anthill-R18.5.properties) in the user home dir. That is how they
are distinguished from one another. And of course when you navigate to the
URL of the context-path, then Anthill prompts you for information that will
go in the registry for that particular anthill.
More information about the Anthill
mailing list