Ahh, you seem to know a bit about this. Given that I've authenticated someone, using JNDIRealm, can I then operate with their permissions on the server? IE, if they authenticate to Tomcat in JNDIRealm, do I get access to files that carry their NT permissions?
Justin -----Original Message----- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:52 PM To: Tomcat Users List Subject: Re: Tomcat clustering and servletContext. Antony, > I asked this question yesterday no one replied. > Suppose Tomcat is running in a cluster with load balancer. If I put a > JavaBean in ServletContext is it possible to access this bean in all > machines ?. No, the ServletContext does not get propagated to other machines. Consider using a shared JNDI scope to share this information. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]