A lot depends on the hardware resources available. That is to say, the specs, cpu, ram, etc and number of concurrent requests. Otherwise there should be no conflicts since weblogic server ports can be configured during creation of servers and the default admin port runs on 7001. The IIS default port is 80. So simultaneous requests to both applications deployed on the single machine won’t conflict and will be processed in their own threads. The only requirement being the hardware (CPU,RAM more specifically) be of decent specs. I am assuming that since it is a company provided server for Integration testing, it should be decent enough.
2
solved Conflict between J2EE Server & .Net Server on a Single System