Re: Remote debugging via shmem, Tomcat as a service

2008-09-12 Thread Konstantin Kolinko
2008/9/12 Bryan D. Fish <[EMAIL PROTECTED]>: > I'm trying to get remote debugging working with Tomcat using a shared memory > connection. I've been calling it remote debugging but the server and debug > client (my IDE) are on the same host. > > Everything works well when I start Tomcat from the co

Remote debugging via shmem, Tomcat as a service

2008-09-12 Thread Bryan D. Fish
I'm trying to get remote debugging working with Tomcat using a shared memory connection. I've been calling it remote debugging but the server and debug client (my IDE) are on the same host. Everything works well when I start Tomcat from the command line (bin/startup.bat). I have the following