Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 84429 invoked from network); 13 Feb 2003 14:59:35 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 Feb 2003 14:59:35 -0000 Received: (qmail 17037 invoked by uid 97); 13 Feb 2003 15:01:06 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 17030 invoked from network); 13 Feb 2003 15:01:06 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 13 Feb 2003 15:01:06 -0000 Received: (qmail 78191 invoked by uid 500); 13 Feb 2003 14:58:06 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78149 invoked from network); 13 Feb 2003 14:58:06 -0000 Received: from mx.symbol.com (208.17.229.230) by daedalus.apache.org with SMTP; 13 Feb 2003 14:58:06 -0000 Received: by mx.symbol.com; id h1DEw7o06025; Thu, 13 Feb 2003 09:58:07 -0500 (EST) Received: from unknown(157.235.5.10) by mx.symbol.com via smap (V5.5) id xma005803; Thu, 13 Feb 03 09:57:01 -0500 Received: from olapserver ([157.235.122.18]) by proxy.symbol.com (8.12.3/8.12.3) with SMTP id h1DEv0jL011315 for ; Thu, 13 Feb 2003 09:57:00 -0500 (EST) Message-ID: <051201c2d370$d45da520$127aeb9d@olapserver> From: "Sloan Seaman" To: "Tomcat Users List" References: <11EF704D97C1D41186520002B30902C9465B26@mucs001.ect-telecoms.de> Subject: Re: Form based security Date: Thu, 13 Feb 2003 10:01:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a filter set up so that if they don't go to the index.jsp or login.jsp it will redirect them to the login.jsp. (is that the best way?) So basically they either go to the index.jsp or login.jsp page. How do I list a page as secure? Do I have to wirte code for the j_security_check or is this something within tomcat? ----- Original Message ----- From: "Barney Hamish" To: "'Tomcat Users List'" Sent: Thursday, February 13, 2003 9:50 AM Subject: RE: Form based security > Are you going directly to the login page? If so then you need to go to a > page in that's listed as being secure. You will then be forwarded to the > login page. When you've logged in successfully then you will be forwarded to > the page you originally requested. > Hamish > > > -----Original Message----- > > From: Sloan Seaman [mailto:sloan@sgi.net] > > Sent: Thursday, February 13, 2003 3:48 PM > > To: tomcat-user@jakarta.apache.org > > Subject: Form based security > > > > > > I'm attempting to do form based security and I keep getting a > > 404 error when > > I click the submit button. > > > > I'm guessing I'm missing some type of configuration in the > > server.xml..... > > > > The form I am using is: > >
> > > > > > > >
> > > > > > And I have the following in my web.xml > > > > FORM > > > > /login.jsp > > /login-error.jsp > > > > > > > > Can anyone help me out here? > > > > -- > > Sloan > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org