Hi,
 
I've installed Tomcat3.3.1 and j2sdk1.4.0 on my machine. I wrote a servlet as a RMI Client to call a remote method. I have just deployed following classes on remote computer ( into the C:\rmi\servlet_rmi directory);
 
 
DatabaseInterface.class
DatabaseImpl.class
DatabaseImpl_Stub.class
DatabaseImpl_Skel.class
 
I deployed following classes my machine (into the C:\Tomcat3.3.1\webapps\servletrmi\web-inf\classes directory);
 
DatabaseInterface.class
DatabaseImpl_Stub.class
ClientServlet.class
 
After I started tomcat on my machine, I started RMI Server on remote machine. I make a remote call using the following URL, but nothing done. I have seen my empty html form. I think servlet can not communicate with RMI server. What can I do?
 

Reply via email to