To speed up our website (that contains MANY images), we would like to deliver content from different subdomains, e.g. server1.example.com server2.example.com server3.example.com server4.example.com server5.example.com server6.example.com
these will all point to the same IP, but will get around the max 2 connections to same domain issue (that the clients browser has) and load more images in paralllel.
Our content is however generated by the a4j:mediaOutput tag which generates a relative url.
is there any way to tell the a4j:mediaOutput tag to add a specific domain in front of the relative url?
Or an alternative way to achieve the same effect?