Greetings - I've been tasked with researching setting up an externally accessible Tomcat server for each of our JSS servers. This is so our current JSS servers don't need to be externally accessible from our networks.
As there already exists standard documentation for setting this up on separate servers, no need to re-direct me towards those documents. BUT, my superiors would like to setup multiple instances of Tomcat on a single server. 2 options I have been tasked to research -
1 - Setup an additional Tomcat on each of our JSS servers - the new Tomcat would be "clustered" to the existing JSS Tomcat, with the new Tomcat being externally visible.
2 - Setup a single VM, with multiple Tomcats, with each being "clustered" to a different JSS server. The new VM's Tomcats would become the externally visible point for each of the JSS's.
Is either a viable option - I've noted to them it's unwise, but I have been tasked with finding out for sure.
Thank you in advance for any assistance.