Re: AW: AW: Tomcat 9 doesn't shutdown cleanly

2021-12-03 Thread Simon Matter
Hi, > Hello Simon, > > if you use the Registry to bind Objects / Stubs, you must also call > "unbind" on shutdown: > https://docs.oracle.com/javase/7/docs/api/java/rmi/registry/Registry.html > > I think the developer who implemented the RMI stub, should also now what > to unbind. > > Greetings, >

AW: AW: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Simon, if you use the Registry to bind Objects / Stubs, you must also call "unbind" on shutdown: https://docs.oracle.com/javase/7/docs/api/java/rmi/registry/Registry.html I think the developer who implemented the RMI stub, should also now what to unbind. Greetings, Thomas