Re: ServletContext/Cluster

2004-01-24 Thread Craig R. McClanahan
Quoting Mohan Radhakrishnan <[EMAIL PROTECTED]>: > Hi >I read the following spec. This means that in a clustered environment the > application scope > is useless. Not true at all. . I can't really believe this. Why do we have this scope then ? > A primary purpose for appication scope varia

Re: ServletContext/Cluster

2004-01-24 Thread John D. Hume
It doesn't mean it's useless, just that it's not useful as a place to store global information. It's still a good place to store things that you only want one of per server. Mohan Radhakrishnan wrote: Hi I read the following spec. This means that in a clustered environment the application

ServletContext/Cluster

2004-01-23 Thread Mohan Radhakrishnan
Hi I read the following spec. This means that in a clustered environment the application scope is useless. I can't really believe this. Why do we have this scope then ? Mohan The Server Specification states the following: "javax.servlet Interface ServletContext -