> We are using ColdFusion 8 Enterprise/64-bit with its built-in JRun4 > application server. Our clients would like to > install IIS on a separate machine located in another segment in a DMZ. Our > question is, can the JRun connector > automatically discover ColdFusion instances if they are located in a separate > segment, perhaps on a separate > subnet for additional security? Do you this is possible or the servers > strictly need to reside on the same network, > perhaps on the same subnet?
By default, CF/JRun only listen for web server connector requests on the local network; this is controlled in the file /opt/jrun4/lib/security.properties. CF/JRun uses JNDI to connect the client (web server module) to the server, and JNDI can be routed; I think it uses multicast for discovery, but don't know too much about that. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313442 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

