RMI @ WebSphere
Hello everyone,
I've got an RMI application (it expose it's methods through RMI) and I need application to run at application server, namely IBM WebSphere / WebSphere CE. But I don't know how. I tried make servlet which instantialize RMI methods to expose them. But it doesn't work and in WebSphere documentation is that isn't possible to make Servlet as RMI server.
Thank you very much...

