2011/2/28 skyman <[email protected]>: > Hi everyone, > I want to embed Mina into Tomcat(Mina is used for the chat module), but I > don't know how does Mina acess the servlet's data(for example, user's name). > Can anyone tell me? > Thanks in advance!
It cannot, you have to code it You need to build this logic in your Filter or IoHandler. thanks ashish
