You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Johannes Schaback <jo...@visual-meta.com> on 2009/10/22 12:08:53 UTC

RMI occupies port 8080

Hi,

I am not sure how far this is actually a RMI thing than concerns
Cassandra, but Cassandra appears to start RMI on port 8080 on startup
so that it keeps other services from binding to 8080 as well. We
reconfigured our other services to use a different port so that it
works for now, but it would be nice, if I could set up Cassandra/RMI
to use a different port. Maybe this is already possible and I missed
something in the storage-conf.xml?

Regards,

Johannes

Re: RMI occupies port 8080

Posted by Michael Greene <mi...@gmail.com>.
This is passed in on the command line, and can be found in bin/ 
cassandra.in.sh if using the default scripts.

Michael

On Oct 22, 2009, at 5:08 AM, Johannes Schaback <johannes.schaback@visual-meta.com 
 > wrote:

> Hi,
>
> I am not sure how far this is actually a RMI thing than concerns
> Cassandra, but Cassandra appears to start RMI on port 8080 on startup
> so that it keeps other services from binding to 8080 as well. We
> reconfigured our other services to use a different port so that it
> works for now, but it would be nice, if I could set up Cassandra/RMI
> to use a different port. Maybe this is already possible and I missed
> something in the storage-conf.xml?
>
> Regards,
>
> Johannes