BizTalk Server General - Receive functions utilising multiple websites on single biztalk box - possible?

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > May 2004 > Receive functions utilising multiple websites on single biztalk box - possible?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Receive functions utilising multiple websites on single biztalk box - possible?
Andrew

2004-05-12, 2:42 am

Can IIS on a Biztalk 2002 machine be configured with multiple websites using different IP addresses such that two receive functions can be setup eg

1) http://192.168.1.1/virtual/BiztalkHTTPReceive.dll
2) http://192.168.1.2/virtual/BiztalkHTTPReceive.dll

The properties box of HTTP receive functions only allows a virtual directory to be named and seems to imply "localhost"/default website - in which case I can't see how the above is possible... ??

Thanks,
Andrew.

Allen Zhang

2004-05-24, 11:35 pm

This will work. HTTP receive function only interpret the URL all the way
from the virtual directory and on. Server information is not used here. So
http://localhost/site1/BtsHttpReceive.dll and
http://localhost:88/site2/BtsHttpReceive.dll will both work.

One caveat will be that vroots with same name on different virtual web
servers will be considered the same receive URL, since
/VROOT/BtsHttpReceive.dll part are the same. That may not be what you
intended.

Hope this helps.

- Allen Zhang (MSFT)

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------[vbcol=seagreen]
using different IP addresses such that two receive functions can be setup
eg

1) http://192.168.1.1/virtual/BiztalkHTTPReceive.dll
2) http://192.168.1.2/virtual/BiztalkHTTPReceive.dll

The properties box of HTTP receive functions only allows a virtual
directory to be named and seems to imply "localhost"/default website - in
which case I can't see how the above is possible... ??

Thanks,
Andrew.
[vbcol=seagreen]

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com