can multiple instances be run on same WAS server?
the jazz_home env variable is set globally on the JVM so the result is multiple instances will use the same binaries and I need to have multiple conf directories for the various teamserver.properties files. That is fine if i want to run 2 instances of the same binaries, but for testing my upgrade I want to run a v1 and a v2 server side by side -- is there any way to do this in WAS?