Posted By:
Ana_Narvaez
Posted On:
Thursday, October 25, 2001 10:59 AM
I have Weblogic 5.1 behind IIS. My question is ¿how can I access to an RMI class registered in Weblogic through IIS. Suppose I redirect all extensions ended with '.rmi' to my weblogic. I think this doesn't work:
Naming.lookup("rmi://iishost:89/myclass.rmi");
neither this
Naming.lookup("http://iishost:89/myclass.rmi");