On Sun, 9 Sep 2001, chiu ming luk wrote:

> But there is no such method:
>
> context.getContainer().getNote("tomcat.standardManager")
>
> in tomcat 3.2.1.
>
> getNote() would take an integer argument instead of a
> string. What should be the argument of getNote() and
> what will Container.getNote() return?  according to
> the source code. It returns Object type.




> > > > >         int manager_note = cm.getNoteId(
> > > > > ContextManager.CONTAINER_NOTE, "tomcat.standardManager" );
> > > > >         _sessionMgr =
 (StandardManager)realRequest.getContext().getContainer().getNote(manager_note);

Costin

Reply via email to