But can i get these parameters any time in my application?

> ----------
> De:   Ben Souther[SMTP:[EMAIL PROTECTED]
> Responder:    Tomcat Users List
> Enviada:      terça-feira, 20 de janeiro de 2004 10:29
> Para:         Tomcat Users List
> Assunto:      Re: very basic question
> 
> Sorry I meant "Context initialization occurs when application is
> deployed".
> InitParams are set when a servlet is instanicated.
> 
> 
> 
> 
> 
> On Tuesday 20 January 2004 08:25 am, Ben Souther wrote:
> > Context initialization only occurs when the servlet is first
> instanciated.
> > So... no it is not possible to set session information in web.xml.
> >
> > You can create a param for the entire application (context) or you can
> > create a parameter for a particular servlet.
> >
> > On Tuesday 20 January 2004 09:03 am, Edson Alves Pereira wrote:
> > >   Hello folks, i´m trying to create some session attributes in my
> > > web.xml, i know only <context-param> and for this one i need
> > > ContextServlet.getInitParameter( ), i´d like to use
> > > HttpSession.getAttribute( ). Is possible to define session attributes
> in
> > > web.xml?
> > >
> > >   Regards,
> > >   Edson
> 
> -- 
> Ben Souther
> F.W. Davison & Company, Inc.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to