> Now I am a little lost. Each one of the 3 servers will need to have > JRun installed on them?
No, not JRUN-- just the web server connectors. It is what routes the requests between the web server and the JRUN instances in your cluster. The issue I am having is when I try and run > the wsconfig.jar file I keep getting a message that says > > - -JNDI listen port in jndi.properties blocked by TCP/IP filtering or > firewall on server > - -host restriction in security.properties blocking communication with > server. > > > I fixed the host restriction by doing a search through google but can > not solve what I think is the jndi issue. > I would assume you needed some ports open in the 50000 range, but I'm not sure what you mean by JNDI issues. I would start by looking in the your security.properties file located in runtime/lib like it suggests and see what subnets and hosts are allowed to connect to jrun. Is the machine running Apache on a different subnet? If so, you will need to allow for it in the security.properties file. ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:321798 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

