Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: "connection pooling"


Message #1 by "Shashikant Hankare" <shashikant_hankare@y...> on Sat, 17 Feb 2001 08:56:21
You can use the setAttribute() and getAttribute() of the ServletContext
interface from within a servlet.  The init() method of the servlet passes an
instance of ServletConfig which, in turn, provides getServletContext().



  Return to Index