Re: Re: Re: Keel User Documentation Question

"Shash Chatterjee" <[email protected]> Fri, 18 Jun 2004 07:42:39 -0600
Newsgroups gmane.comp.java.keel.user
Message-ID <[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