Re: Remote Tomcat webapps bidirectional communication

2014-06-16 Thread Lmhelp1
Hello André, Thank you for your detailed answer, your accurate terminology and the links you sent me. About the scenario I described in my first message: I could make it work. > [André Warnier wrote:] > And note that when one of your servlets issues a HTTP request to another server, Tomcat k

Re: Remote Tomcat webapps bidirectional communication

2014-06-16 Thread André Warnier
Lmhelp1 wrote: Hello, My question is about what code to write to allow two remote Tomcat webapps to communicate with one another through the Internet. Let me explain more precisely what I would like to do. (I'm just simplifying a bit the real situation). - I have a Tomcat webapp running on a

Re: Remote Tomcat webapps bidirectional communication

2014-06-16 Thread Aurélien Terrestris
Hello I think that application to application calls should be implemented with web services (there is much choice but maybe heavy to implement). When implementing such a solution, particularly if trafic goes through internet, you must check that you're using a firewall in order to avoid false requ

Remote Tomcat webapps bidirectional communication

2014-06-14 Thread Lmhelp1
Hello, My question is about what code to write to allow two remote Tomcat webapps to communicate with one another through the Internet. Let me explain more precisely what I would like to do. (I'm just simplifying a bit the real situation). - I have a Tomcat webapp running on a server in Engla