In Ganymede when I add a server, a separate tomcat instance is created with a configuration for selected webapps.
How do I do this in MyEclipse? I need a separate tomcat instance for each of my webapps.
It appears that I can only have a single tomcat instance per tomcat version. These are called server connectors. And if I wanted to deploy to a specific tomcat version, then I must deploy ALL my webapps to this specific tomcat version. So, I really cannot deploy
my webapps across multiple tomcats of the same version. Is this the case? If so, is there any way around this ?
thanks in advance, tony