I need to establish separate instances of
Tomcat on the same physical server for SIT and UAT
testing. I decided on 2 separate installs of the whole package, but cannot seem to get them both to work simultaneously. (I did assign different ports to all ports I could find in the server.xml files). The first instance from the first install comes up, but not the second. Is there some resource that is in contention that I don't know about. Also, if I can't run 2 installs simultaneously is there anyway to run separate instances off of the same installation (which is fairly easy to do with packages like weblogic)
Thanks,
Morgan