Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 39368 invoked by uid 500); 23 Jul 2001 10:39:08 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 39152 invoked from network); 23 Jul 2001 10:39:07 -0000 Received: from penguin-ext.wise.edt.ericsson.se (194.237.142.110) by h31.sny.collab.net with SMTP; 23 Jul 2001 10:39:07 -0000 Received: from esealnt409.al.sw.ericsson.se (ESEALNT409.al.sw.ericsson.se [153.88.251.32]) by penguin.wise.edt.ericsson.se (8.11.0/8.10.1/WIREfire-1.3) with SMTP id f6NAd4O03895 for ; Mon, 23 Jul 2001 12:39:05 +0200 (MEST) Received: FROM esealnt747.al.sw.ericsson.se BY esealnt409.al.sw.ericsson.se ; Mon Jul 23 12:39:01 2001 +0200 Received: by ESEALNT747.al.sw.ericsson.se with Internet Mail Service (5.5.2653.19) id ; Mon, 23 Jul 2001 12:39:00 +0200 Message-ID: From: "Thomas Tighe (EEI)" To: "'tomcat-user@jakarta.apache.org'" Subject: Unable to instantiate login confgiguration. Date: Mon, 23 Jul 2001 12:38:54 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I have a JSP which is used to authenticate a user to a service. This JSP reads a value from a Javabean which is in turn using Jaas which determines whether the user has authentication or not.When I run this JSP through tomcat I receive an error saying Unable to instantiate login configuration. Could anyone help me with this problem.Thanks in advance. Thomas.