I have two machines that will be an application server in each. The machine X is dynamic sources. The machine Y is static sources.
Thus, the user is always connected to "x.com". When he does one upload an image, I need to send this information to "y.com". How can I pass (at the time of upload) the byte image server x.com to save on y.com ?
See here what I started doing: http://forum.primefaces.org/viewtopic.php?f=3&t=30239&p=96776#p96776
Balusc answered very well here: Simplest way to serve static data from outside the application server in a Java web application
But my case is slightly diferent.
I appreciate any help! Thank you!