No this is not really possible as the concept of JMS is to share the same joomla application (php code).
When you have different servers, by definition, the files can not really be shared.
There is just an exception in the case where you would mount the same disk on the different server but this may also cause security vulnerability.
The only thing that we already experimented is to work with multiple masters.
One on each server and share a same DB Server to store the DBs of the websites.
In this case, as you share the same DB server, you can share the content of some extensions but again, this may present some security vulnerability if the DB server is located on another hosting company.
The only thing that you could imagine is to use JMS to deploy a website on another server using the Joomla FTP Layer. The idea would be to create a "clone" and not share anything.
|