[JBoss-user] [Security & JAAS/JBoss] - Re: porting j_security_check from JRun

2004-04-01 Thread vbeffa
I have read the JAAS how to. I wrote and compiled a subclass of UsernamePasswordLoginModule. It retrieves passwords and roles from the database. I am still unclear as to how to integrate with JBoss. The tutorial refers to a file auth.conf and states that it is "in the JBoss server configurati

[JBoss-user] [Security & JAAS/JBoss] - porting j_security_check from JRun

2004-03-31 Thread vbeffa
I am trying to port our application from JRun to JBoss. We are using form-based authentication via a login page. In JRun, j_security_check is mapped (in web.xml) to a JRun servlet (called FileServlet), which invokes custom login modules such as one we are using. In JBoss, it is apparently imple

[JBoss-user] [Security & JAAS/JBoss] - porting j_security_check from JRun

2004-03-31 Thread vbeffa
I am trying to port our application from JRun to JBoss. We are using form-based authentication via a login page. In JRun, j_security_check is mapped (in web.xml) to a JRun servlet (called FileServlet), which invokes custom login modules such as one we are using. In JBoss, it is apparently imple