[Aimmath-developers] APPROVAL: multiple AiM installations
Brought to you by:
gustav_delius,
npstrick
From: Gustav W D. <gu...@ma...> - 2003-07-13 16:36:50
|
I find it extremely useful to have several different AiM installations running on my server. For example I have one in directory "AIM" which is my production version and another one in "develop" which is the version I test modifications on. Tomcat has no difficulties with multiple installations, it even finds them automatically as soon as there is a web.xml file in the corresponding web-inf directory. Unfortunately currently the file Servlet.mpl has a section that overwrites Tomcat's server.xml file. After that AiM will only run in the root directory and not any other. There is as far as I can see no reason whatsoever to overwrite Tomcat's server.xml file. Does anyone know a reason for it? So I will commit a modified Servlet.mpl in which the section overwriting the server is commented out. At the same time I will also commit an updated ManualConfig.dist. Unless I hear objections from you of course. Gustav |