I am trying MyEclipse IDE and comparing it with Eclipse Java EE distro:
In eclipse I am able to create a Tomcat runtime and then create instance of that runtime. These instances can run on separate ports, have separate contexts, classpath etc.
I am able to create servers in MyEclipse, but I am not able to find a way to specify separate instances to run on separate ports, for example.
Here, it is suggested that Blue can do it. Does the default version of MyEclipse have some trick to achieve this as well?
Just so it is clear, I want to mention that editing the server config is an option, but comparing with how I do it in Eclipse, may not be the cleanest and most modular approach.