[JBoss-user] [Security JAAS/JBoss] - Re: Authentification Struts (J_security_check)

2006-02-06 Thread cirdec
Thanx, I'm gonna check it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921856#3921856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921856 --- This SF.net email is

[JBoss-user] [Security JAAS/JBoss] - Authentification Struts (J_security_check)

2006-02-02 Thread cirdec
Hi everybody, I wanna use j_security_check on my project (MySQL, JBoss 4 and Struts)to realize the authentification of my application. I'm looking everywhere but i didn't find the way to deploy it... Could someone help me? Maybe you have a link which explain it? Thanx, Cirdec View

[JBoss-user] [Security JAAS/JBoss] - Re: Authentification Struts (J_security_check)

2006-02-02 Thread cirdec
I've done some stuff on it. Let me show you my source code. Here is the Login.jsp : | form action=j_security_check method=post | table border=0 | tr | tdLogin: input type=text name=j_username class=txt //td | /tr | tr | tdPassword:

[JBoss-user] [Security JAAS/JBoss] - Re: Authentification Struts (J_security_check)

2006-02-02 Thread cirdec
I wanna verify the password of my form with the one in my database. Is it the same way to do it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921233#3921233 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921233

[JBoss-user] [Security JAAS/JBoss] - Re: Authentification Struts (J_security_check)

2006-02-02 Thread cirdec
Do you know where i can find a documentation or a tutorial about the DatabaseServerLoginModule. I don't quite understand the mechanism. Thanx. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921247#3921247 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2006-01-19 Thread cirdec
I found my mistake. I changed some stuff in my ejb-jar.xml, jboss.xml and in the action file. Now, it works fine... Thanx. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918345#3918345 Reply to the post :

[JBoss-user] [EJB/JBoss] - EJB not bound

2006-01-18 Thread cirdec
I make a struts application with EJB. I deploy it (JBoss 3.2.7 or 4.0.3) but i've got an error in my Action file : javax.naming.NameNotFoundException: com.cirdec.ejbsessions.EjbClientHome not bound Here is my Action file : public ActionForward execute( | ActionMapping mapping, |