Hello,
When I use URLConection class in the 2 servlets communication, how can I
check the connection status between these 2 servlets? or how can I inspect
the other Servlet is alive? E.g. in the AServlet, I used the code :
URL myURL=new URL(http://xxx.com/BServlet);
URLConnection JamesURL;
JamesURL=myURL.openConnection();
...
And how to check the BServlet alive before starting connection?
Thanks,
Blues Lin
__________________________________________________
Get Your Free E-Mail at http://www.ToMail.com.tw
___________________________________________________________________________
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