Re: Re: Re: Keel User Documentation Question
"Terry Warner" <[email protected]> Wed, 23 Jun 2004 11:34:55 -0400
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Shash, I've followed these steps and it still dosen't work. I'm curious about something though, you mentioned you're using cygwin, is that a required thing to be using? I just want to know incase I am missing a required program :) Terry -- //Terry Warner// [email protected] Internet Labs (732) 264-3111 x169 http://netlabs.net "Shash Chatterjee" <[email protected]> wrote in message news:[email protected] > Terry, > > > I tried doing what you suggested, but still no luck. I get the same > > error, Can't Connect to Remote VM. I don't know if I am somehow > > missing a step here, but should the debugger be trying to connect on > > port 8080? or 8000? Cause dosen't tomcat start on port 8080? > > > > Not sure how to remote debug the debug setup :-) > > You are running Tomcat and Eclipse on the same machine, right? Sometimes, > "localhost" doesn't work in some setups...try "127.0.0.1" instead, or the real > host name of the machine. Port 8080 is the HTTP port, 8000 should be the port > for the JPDA debug connection. That may be something to check out...do you > have another web-server running at port 8000? If so, set "JPDA_ADDRESS" env. > var. to some unused port above 10000 and see if that makes it better (need to > reconfigure Eclipse's debug launch to match). > > HTH, > Shash