Hello, I have to use Jini in a (serverside) very static network environment. I'm not allowed to change anything on the server, so I have to register Jini-Services in another way. I'm not sure, if it is possible to set up a centralized registration-server, which runs all the jini-things for the servers. The server(s) uses a specific protocol (I have to implement a few operations via jini), which I have to translate via a proxy-object(there is an existing client-c-software which I will try to re-use). I thought about a kind of centralized server-proxy-registration-marix where a new server can be registered via webinterface or something like that...(e.g....ok there is a xyz-Server with IP 192.168.0.1..here is the proxy-object for it) then theese central unit should register the new server at some lookup-services to use it (client sided) very flexible. I am a jini newbee and writing on my theses about it and don't know, how to develop something like that. I would be very pleased if someone could tell me more about my problem.