Re: [Aimmath-developers] APPROVAL: multiple AiM installations
Brought to you by:
gustav_delius,
npstrick
From: Manolis M. <ma...@ma...> - 2003-07-15 14:31:12
|
I had the impression that we discussed that before and Gustav is using two AIMs in the same installation of Tomcat (as if using two different application that Tomcat supports) ... server.xml only needs to be modified in old versions of tomcat. Ater 3.0.4 one only needs to execute a command like : server:8080/manager/install?path=/AIM or reload?path=/AIM stop? etc ... which installs, reloads, stops etc an application (like AIM or any other webapp) so I think it's better not to touch server.xml because in some cases (like mine) there are already things running in Tomcat and special changes in server.xml that shouldn't be touched. Also this reduces the need to be root in a server. In reality one could be "tomcat" (I mean the user tomcat) and use AIM with no problem ... that's how I use it at least... cheers Manolis |