Re: (no subject)
Maciej Zawadzki <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
You can also deploy multiple installations of Anthill on one Tomcat instance and a single user account but under different context names. For example, one instance deployed under http://localhost:8080/anthill-build/ and another under http://localhost:8080/anthill-deploy/ . This will cause two property files in the user directory one called anthill.anthill-build.properties and the other anthill.anthill-deploy.properties. The two anthill web apps will then point to their respective installation directories. Regards, --Maciej