Skip to main content
Known Participant
November 23, 2009
Question

Images in multiserver environment

  • November 23, 2009
  • 1 reply
  • 2960 views

Will <cfimage source="#myImage#" action="writeToBrowser"> work in a multiserver/distributed environment where the webserver is separated from the application server by a firewall with no file services between them?

Thank you.

This topic has been closed for replies.

1 reply

Inspiring
November 23, 2009

Distributed is not a problem. Clustered may be a problem if you don't use sticky sessions.

Known Participant
December 3, 2009

Ok, well now I'm trying to install it...

Web Server and App server - brand new OS setups

VM ware both servers

Windows 2008 64bit

IIS 7 (with all the recommended changes:  ISAPI extensions and IIS 6 compatibility settings)

IIS and Website set up in webserver.

Coldfusion 9 64 bit

Installing CF on app server - iis not installed on app server.

When I get to the point where it asks me to add a web server/site, the drop down does not show IIS - just Apache and Sun.

Needless to say, it won't let me go any further until I define a site.

I'm stumped.

Thanks for your help!

Inspiring
December 3, 2009

Copy wsconfig.* from your CF server to your webserver and run it there. Then when it prompts, supply the hostname from the CF server.