Hi, Have you tried Remote Debugging in IDEA?
Essentially you choose whether to connect over a socket or shared memory, and then put some extra parameters on the Java runtime (e.g. into the container's startup command). IDEA then connects and debugs it remotely - works over the network as well enabling you to remotely debug issues which you cant locally replicate too, very useful.
-- Dan Hardiker Adaptavist.com Ltd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
