Auto reconnect to EJB

B

Bob Graton

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?
 
P

PofN

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.
 
D

Danno

Bob said:
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?

You would have to trap the RemoteException analyze it and start the
sign up process again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top