Im trying to remote debug Tomcat (JPDA) on a server that is running two virtual hosts using the same Tomcat container. How do I ensure the debugger connects to virtual host A and not B.

Thanks!

link|improve this question

65% accept rate
feedback

1 Answer

up vote 2 down vote accepted

AFAIK - You cant do this.

JPDA operates at the JVM level, so if the underlying Tomcat for both hosts is the same, it's a single JVM.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.