We've noticed on our application that sometime some RPC does not answer. When we load the index.html every this is correctly started, but when user try to login => send an RPC to check is user/pass he never receive an answer.
Actually we didn't have a clue why we do not have answer and the only thing we found to solve it is to restart the tomcat... Yeah... Not really nice ! More over when this problem occurs we are notified because a customer complains about it. We would like to detect it more quickly. The idea would be to send periodicaly via a POST a request to check if we have an answer (invalid login for example). We try to send a POST using curl but we only get index.html as answer : ( How can we generate a compatible RPC POST request ? Is there something specifying how a request is built ? Is there any better solution to check that a RPC servlet is alive ? Thanks for reading ! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
