Thank you very much!
This is what i was assking for ! :-)))
Stanislav
- Original Message Follows -
> On Fri, 2006-05-05 at 15:19 +0200, Stanislav wrote:
> > Hi!
> >
> > I want to do some check every time when java file "starts". How can i do
> > this? I think that is
> > posible with
Depending on what you mean by "Java file starts", there's 3 things you can do.
- Once on creation of a session, implement HttpSessionListener and
specify the listener in web.xml
- Once for every request, create a filter by extending
AbstractHttpFilter or implementing HttpFilter and specify the fi
2 matches
Mail list logo