We run multiple sites on a single machine all that use the same servlets. We put our JARs in the $TOMCAT_HOME/lib directory and it works like a charm. The normal rules apply to Objects, static data is shared among all instances, etc. Is that what you were asking? I think the same thing is accomplished by having a CLASSPATH available to tell tomcat where to find a package. > mall wrote: > > > Can anybody tell me if it is possible for the container(tomcat) to > load an object and to make > that object available to all the pages/servlets contained within the > container? I've > asked this question before but i don't think i made my question clear > enough the last time. > > Thank you for your time. -- ------------------------------------------- Geoff Lane <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
