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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273749
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