Kurt, > > Is it possible to call a CF template from another server using something > like a virtual include or possible an exec function? The web server using > the virtual include would be a Solaris box with Apache calling to a CF > server with WebSite Pro and CF 4.0. I want the CF template to run > by the CF > server and its output to display in place of the virtual include. > > If this is possible how can I set this up? > How about trying <cfhttp> to get the page from the other server in to cfhttp.filecontent and then deal with the contents of cfhttp.filecontent as required? Just a suggestion - Never tried it myself. Or if you want the page that you're including to be processed on its own server why not use write a WDDX robot/requester system between the two server?? Regards Stephen ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

