you just need to specify the right port, and make sure that's not firewalled.

if you look at bin/cassandra.in.sh,

        -Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n \

that option tells the jvm to listen for a remote debugger on port 8888.

On Sat, Jul 4, 2009 at 10:53 AM, Edward Ribeiro<edward.ribe...@gmail.com> wrote:
> Hi folks,
>
> I would like to ask for some help to use Eclipse to debug Cassandra
> remotely. Anyone is doing this and could give the details about how to
> setup the environment? I've tried to start Cassandra and use the
> remote debug feature of Eclipse, but the connection is refused. :(
>
> Cheers,
> Ed
>

Reply via email to