Hello all! I have five tomcat server sending data to a MS SQL database
server through an RMI, over a wan schema. When the link between any tomcat
server and the RMI server is down or slow I can’t write data and I lose in
the air that information. Im not java developer but I want to understand how
RMI works in this schema to use any other of my tomcat servers as a gateway
to the RMI server when the wan link goes down. I think that using JTDS is
the way to do the job in a way more efficient than RMI, is that right?. Data
goes through this schema:

 

JAVA-PROCEDURE --WAN---> RMI/API server ----> SQL SERVER

 

Some data loses going to the RMI, but I don know what request are received
by the RMI and what no! but I know what all request are sended to the RMI.

Thanks for any idea.

 

Gustavo A. González
Dto. de Infraestructura
Despegar.com, Inc.
[EMAIL PROTECTED] 

 

Reply via email to