Hi, I want to use RMI to implement the communication between applet and servelt.When applet is in the same directory(my servlet directory: c:\websphere\appserver\servlets\) as servlet(including Servlet_stub.class and Servlet_skel.class),it can work well. But when they are not in the same directory,it throws a error: Hit remote exception: Return value class not found; nested exception is:java.lang.ClassNotFoundException: DaytimeServlet_Stub Why? Must they be in the same directory? Another question: After I unload the servelt,the RMI port(1099) is still alive and the servlet can't be load successfully next time.Why? Thanks in advance. Huyong ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
