How do you achieve high availability for a TIBCO Active matrix Java component providing a service with a SOAP/HTTP binding type?
Options are :
deploy the service in the system node so the Active matrix infrastructure can manage availability
deploy the service across multiple nodes and place a load balancer in front of the service availability
specify virtualization upon service deployment allowing Active matrix to transparently route requests
create a single node that spans multiple hosts to provide resiliency in the event of host failure
Submit