This is a bit of a weird request. I have a situation where a client company I am working for has an ant based build system that wants to have tomcat in a particular place. That’s all well and good, but for my other projects, I want to use the same Tomcat installation I have always been using. I was wondering how difficult it would be to allow more than one Application Server of a particular type. For example 2 Tomcat 5’s, with some label so that you could tell them apart. Right now I have to remember to go in and change the path for each.
Thanks.
Dean