----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Greetings,

I am having a problem using RMI under JServ.  I have a servlet that calls
createRegistry() to start the RMI registry. It then binds an
RMI object to the registry.  In the course of debugging this object, I rerun
the servlet and call rebind, but when I make calls on the
object it is calling the old object not the updated one.  I have tried
calling unbind, same behavior.  This is frustrating because under
Linux I have to reboot the machine for each step (or is there an easy way to
start and stop Apache under Linux? It is easy to do
under Windows NT).  If I start the RMI Registry with rmiregistry & at the
command line and make bind/rebind calls from an 
application I get the correct behavior. But, if I bind/rebind to the
external registry from a servlet I get the incorrect behavior.

Anyone have any ideas on this.

Thanks in advance.

Lee Grant
Xerox Engineering Systems
[EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to