I know I can do this. Do I need to do a fanout ?
deploy from WA to server 1 /patha and server2 /pathb
I tried:
<target >
<targetFilesystem area="/patha" />
<replicationFarmLink >
<external name="SERVER1" />
</replicationFarmLink>
</target>
<target >
<targetFilesystem area="/pathB" />
<replicationFarmLink >
<external name="SERVER2" />
</replicationFarmLink>
</target>
Goes to the 1st, not the second.
What am I missing ? Tips/Pointers/RTFMs appreciated