[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-17 Thread benccit
Hi jaikiran, moj_sham, I replied your message several days. For unknown reason, it is not displayed. So I am re-replying it. Although I configured the log4j.properties, I couldn't get much logging message on the security. So far. I still can't make it work. For unknown reason, I got No

[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-13 Thread benccit
Hi jaikiran, moj_sham, Thanks for your help so far. I still can't make it work. For unknown reason, I got No security context message as follows: REQUEST URI =/secret/my_secret.html .. servletPath=/secret/my_secret.html isSecure=false .. 2006-11-14 00:42:28,540 DEBUG

[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-09 Thread benccit
Hi Jaikiran, The following are the TRACE log: 2006-11-09 23:56:13,007 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] parameter=j_username=joe1 2006-11-09 23:56:13,007 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]]

[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-08 Thread benccit
Hi jaikiran, Thanks for your help in advance. 1. I am using jboss-4.0.3SP1. The application which I am testing is jbossweb-tomcat55.sar/ROOT.war. Under ROOT.war/authentik, I have transportation-security-roles.properties and transportation-security-users.properties. In

[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-07 Thread benccit
Jaikiran, Thanks for the response. I followed your lead and use the FORM-based authentication. However, I can't make the authentication work. Although the username and password were transmitted to the server, the error page was displayed. I checked the log, it indicated that the username

[jboss-user] [Security JAAS/JBoss] - Why JAAS authenticate() fails?

2006-11-03 Thread benccit
I am trying to restrict web access on certain web pages. I checked the FAQ, but I couldn't find any clue. I am hoping you can point me in the right direction. I am having difficulty to configure secured web pages which requires users to login before they can view the content. I am using the