[JBoss-user] [Security & JAAS/JBoss] - Re: how to get jboss-web.xml element value?

2004-03-03 Thread sunose
Scott: Thank you.you free me.:) now the JAAS login code no hardcode. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824006#3824006";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824006>Reply to the post -

[JBoss-user] [Security & JAAS/JBoss] - how to get jboss-web.xml element value?

2004-03-02 Thread sunose
hi: I am use JAAS to authenticate user,and now I want to get defined in jboss-web.xml file my value 'my' in servlet. how to get this value? thanks Regards William Wang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823761#3823761 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with FORM Authentication

2004-02-26 Thread sunose
I have familiarly question. My issue is:the LDAP autentication is ok.but when I uss response.sendRedirect("check/frame.js"); the login page displayed. it is seem the web container is not acknowledge the authentication. who can tell me what cause this?I have study three days. thanks in advance.