hi,
you can change the port where the RMI is available.
go to the WEB-INF of your jackrabbit instance and edit the web.xml.
in the RepositoryStartup servlet you can change the port that RMI will
use:
<init-param>
<param-name>rmi-port</param-name>
<param-value>0</param-value>
<description>
The RMI port for registering the repository in the
RMI Registry.
If equals 0, the default port is used.
</description>
</init-param>
cheers,
bruno coelho
On Sep 17, 2009, at 4:19 PM, Nedim wrote:
Hi guys,
I have a problem with connection to Jackrabbit over RMI. I made a
local
mashine with winXP and tomcat 6.0, when I connect over RMI everything
works fine. But i my live installation is ona a Linux server with
tomcat
6.0 and the port 1099 is closed for IP addres, is only open for
localhost.
I try with the java.rmi.server.hostname but it doesn't work, i have no
permisions to change the /etc/hosts so is there an other way.
Thx, Nedim