The customer’s environment is VERY unique (not at all like our out-of-the-box environment). They run in a datacenter like environment with each box running a limited number of applications. Specifically:
Server A: iPlanet Web Server/NT
Server B: iPlanet Web Server & Tamino services/SUN
Server C: BEA WebLogic/SUN (for servlet container)
So I really have two configuration challenges:
1) iPlanet plugin on Server A for redirecting normal Tamino http requests to Server B
2) Proxy or alias on Server C that interprets the “hostname/tamino/” portion of the pass-thru servlet’s constructed URI as a reference to Server A, which then uses rule 1 above to request data from Tamino on Server B.
So: Is this techincally possible? Is it practical? Are there alternatives ?
What I’d really like is for the pass-thru-servlet to accept 2 parameters: fully qualified Tamino query string and fully qualified path to the stylesheet!
Thanks again,
John Russo
#webMethods#Tamino#API-Management