I'm trying to get 2 separate Hudson instances each on a different Tomcat server to communicate. Essentially, I want one Hudson to be able to send a job to the other instance which would then build the project and hopefully send back its output to the original Hudson caller. Is this possible ? I have done some research on the Master/Slave mode and am not sure if that would be the solution. I would greatly appreciate your help.