0 Replies Latest reply on Jun 11, 2004 3:29 AM by andrew1

    Web Modules Interfere

    andrew1

      I have a servlet in a web module writing information into a static
      Hashtable. Another servlet of the same class in another web
      module actually can read that information written by the former
      servlet in the former web module.

      Is there any way of configuration I could do to separate *two* web
      modules from interfering with each other (i.e. accessible to each others
      static field)?

      Thanks,