Yeah, I didn't mean the web config tool :-) but you get the idea!

"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Dinner
To: CF-Talk
Sent: Mon Mar 26 18:09:43 2007
Subject: Re: Web Server Configuration Tool

On 3/26/07, Neil wrote:
> Anyone know if the Connector Tool type approach works with .NET as well?
> i.e. you have a .NET app in a data tier but the pages are actually being
> served via a front end webserver?

While I seriously doubt that you could use the jrun connector, you could fer
sure proxy it through the webserver.

For Apache HTTPD, you can say http://your.web.server/netapp should come from
http://your.net.appserver/netapp...

Not sure if that's what you're thinking of or not... you can add
conditional rewrites
as well, so only *.someExt files get proxied, which allows for static
content to
be served by the webserver, and any "live" stuff via the proxy.

Fun stuff!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273756
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to