check if the RMI Registry is running and you are referring to the
the correct ip address of the machine. Also check if you are
referring to the name with which you registered the server object.
If the security manager is a problem, you can comment out the
security lines.
hope this helps
Nagaraj.
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of kal
inuganti
Sent: Tuesday, December 05, 2000 2:26 AM
To: [EMAIL PROTECTED]
Subject: RMI-Servlet Error
hello everybody
I am trying to develop a simple servlet that tries to get a string from a
remote method. After I run the RMI Server, and when i hit the submit button
in my html that invokes the GET method of my servlet, I get the following
error:
java.rmi.ConnectException: Connection refused to host:
seabass.cecs.missouri.edu; nested exception is: java.net.ConnectException:
Connection refused
I understand that my remote server is refusing this request.
I did not install any RMI security manager. I wish to know of how I can fix
this problem. If security manager is causing the problem someone please
suggest how I can implement the default security manager or edit the
security manager.
Thank you,
Kalyan
____________________________________________________________________________
_________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.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
___________________________________________________________________________
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