debugging Multiple instances of Tomcat in Eclipse

Hi,Is it possible to configure multiple instances of tomcat in eclipse. or atleast debug apps that are running in separate instances.Any pointers would be great. Is there a way to debug such a configuration?thanksM
[249 byte] By [mhdevid9a] at [2007-10-2 0:05:19]
# 1

Yes, you can run multiple instances of tomcat in eclipse:

Go to window->preferences. Set the tomcat home & config file for the 1st instance.

Start tomcat. Once it's started

Go to window->preferences. Set the tomcat home & config file for the 2nd instance (which should be a different directory)

Start tomcat again. Now you should have 2 versions of tomcat running.

It's that simple--but I'm not sure if debugging will work, you'll have to try it out by putting breakpoints

radtad82a at 2007-7-15 16:04:58 > top of Java-index,Archived Forums,Debugging Tools and Techniques...