Am I right with above
Yes.
> if I have both configured, which one(XTS or native TCP/IP) will be used?
Tamino’s Apache interface uses following algorithm to locate the desired Tamino server:
1. If the used URL is mapped to a Tamino server (e.g. “<Location /tamino/mydb>” in your sample),
then it forwards the request to this Tamino server via native TCP/IP.
2. If the used URL is NOT mapped to a Tamino server (only generic mapping for “<Location /tamino>”, then it uses XTS to locate a server with the correct name and forwards the request to this Tamino server via XTS.
3. If XTS communication (see step 2) fails, then it looks into the (local) registry; if a Tamino server with the correct name is contained, then it forwards the request to this Tamino server via TCP/IP.
#webMethods#Tamino#API-Management