Hello all,
Is there a way for a standalone Java Application using an EJB on a
remote app Server to automatically re-connect when the server goes down
or a glitch on the network?
I did look 2 years ago and IBM and other did not have anything
regarding this major issue. What is the point of having super-duper
cluster of App Server when there is not reliability with the client
application at the protocol level.
Do I miss something here?
PofN - 18 Nov 2006 17:43 GMT
> I did look 2 years ago and IBM and other did not have anything
> regarding this major issue. What is the point of having super-duper
> cluster of App Server when there is not reliability with the client
> application at the protocol level.
>
> Do I miss something here?
A loop around your connection setup.
Danno - 18 Nov 2006 18:13 GMT
> Hello all,
>
[quoted text clipped - 8 lines]
>
> Do I miss something here?
You would have to trap the RemoteException analyze it and start the
sign up process again.