I've seen this problem posted but can't seem to find anything that sovles it. I am running JBoss 2.2.2 FINAL with Embedded Tomcat. I have written a JAAS Server login module (to authenticate via a DB) based on the JBoss tutorial ages ago. To get JBoss to locate the class I HAD to put the jar containing the class into the classpath via the startup batch file (even though the jar is reported to have been loaded by the classpath extension function of JBoss). That all works fine. Untill... Now I need to integrate with Tomcat using form based authentication. For that I'm using a class from Dain Sunstrom as a Tomcat RealmInterceptor to authenticate via JAAS. With everything set up the Embedded Tomcat won't start as it can't find BaseInterceptor (which is in web-server.jar) which is loaded by the Classpath extension. And if I take out my Jaas jar from the bat file the server boots fine but when I go to authenticate from Tomcat or a Java Client again the JAAS Server login module is not found!!!! Anyone sorted this? Thanks in advance, Sean _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
