I'm running Cactus which starts up a temporary Tomcat installation in order to run tests. But, I have no way of remote debugging those tests unless I configure a remote debug launcher in Eclipse to connect to Tomcat - but I have to connect manually after Cactus starts Tomcat.
Is there a way in Maven to do the same thing: run cactus:test then connect to Tomcat for remote debugging?
