07:44 pm - artsight Hello all!I'm porting some j2ee application from Jboss to Websphere 5. Problem is that I used Jboss security mechanisms to restrict access to web module using JAAS Login Modules. And it seems to me that Websphere does not have such possibility, though it supports JAAS Application Logins. As far as I managed to understand the solution is some filter servlet, that do JAAS login programmatically using my custom login module. But I'm overhelmed with implementation details =( Anyone can provide me the samples or ideas? Your help would be really appreciated...P.S. Excuse my language, I'm not a native speaker =)