On Wed, 8 Dec 2004 10:13:06 -0700, Stephen Lynn <[EMAIL PROTECTED]> wrote: > Well I did a complete uninstall and reinstall of JRun and CFMX last > night on our server and the clustering problem still exists. I guess > now I'm wondering if this is a security problem in java or maybe a > firewall is killing it somehow. Since this all running on the same box > I'm not sure how a firewall would mess things up but I'm running out of > ideas. > > I guess I'll start studying up on java security to see if some security > properties file needs to be updated to allow JINI and JNDI to work > correctly. >
Have you added in server in the cluster to each box's security.properties file and restart your cluster instances? This was a subtle change introduced with (I believe) JRun 4 Updater 3 that hung me up for a bit. I did this: jrun.subnet.restriction=255.255.255.0 jrun.trusted.hosts=[ip of the other boxes in the cluster here separated by commas] and it cleared my issues up (along with recompiling the web server connector from source, but I don't know if that's related to your problem). You can find the security.properties file in your jrun4\lib directory. Regards, Dave. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at [EMAIL PROTECTED]
