RE: Container Managed Authentication

2003-06-04 Thread Vinh Tran
It's that simple!...you are kidding me! Thanks Matt...I'll try it. -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 2:08 PM To: 'Tomcat Users List' Subject: RE: Container Managed Authentication -Original Message-

RE: Container Managed Authentication

2003-06-04 Thread Raible, Matt
-Original Message- From: Vinh Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: Container Managed Authentication All: I am using CMA with Tomcat4/Apache1.3. I have a form-based login page pointed at j_security_check. When a user

Container Managed Authentication

2003-06-04 Thread Vinh Tran
All: I am using CMA with Tomcat4/Apache1.3. I have a form-based login page pointed at j_security_check. When a user submits the form the username and password is shown in the statusbar of the browser. Also, there is a log entry in the Apache logs that display this same URL that with username/passw

Re: Container-managed authentication

2002-04-20 Thread David Lu
> Specifically, I'm trying to force a remember on the > username/password entered, even if the browser is > closed or tomcat is bounced. > > Any ideas? :) even if browser is closed or tomcat is bounced? that's a tough one. :) maybe you can write a persistent cookie to the browser with the

Container-managed authentication

2002-04-19 Thread Michael Dowling
Hey all: I know container-managed authentication is supposed to only be used for simple auth purposes, but the company I am contracting with *requires* using it, but they also want some additional functionality as well. Basically, I was wondering if there was any way for my to intercept a

Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: "Hyunjin Kim" <[EMAIL PROTECTED]> === uh oh... I just found out that tomcat example application's security stuff works fine from port 80. That means the apache-tomcat c

Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: Re: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: "Hyunjin Kim" <[EMAIL PROTECTED]> === Simply said, Had anyone successfully configured and used Apache 1.3 + TOMCAT 4 + warp + tomcat container managed security?? with emph

HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp

2002-04-01 Thread @Basebeans.com
Subject: HELP!! Container managed authentication problem with Apache 1.3 + Tomcat 4 + Warp From: "Hyunjin Kim" <[EMAIL PROTECTED]> === Hi, I have recently set up TOMCAT 4 + Apache 1.3 with "***Warp connector***". Although I have failed to have Apache forward *.do

Re: container managed authentication - how?

2000-12-07 Thread Craig R. McClanahan
Christian Sell wrote: > hello, > > I just installed Tomcat 3.2 and deployed my web application, which is > running sucessfully nuder Orion and JRun, using form-based authentication. > However, Tomcat completely ignores the security-constraint settings. How can > I get Tomcat to enforce this? Does

Re: container managed authentication - how?

2000-12-05 Thread Christian Sell
> try the example security contexts, so you can see how it works. > the interceptor in the server.xml you need to activate is clearly commented > in the file. the web.xml looks just as mine. Strange thing is also, that I have this same webapp (in fact from the very same directory) running under O

Re: container managed authentication - how?

2000-12-05 Thread Joakim Verona
hanks, > Christian > > - Original Message - > From: "Joakim Verona" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 05, 2000 11:08 AM > Subject: Re: container managed authentication - how? > > > hello, > > > > try

RE: container managed authentication - how?

2000-12-05 Thread Nacho
inf dir to see a working config on that. Hope this helps. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Christian Sell [mailto:[EMAIL PROTECTED]] > Enviado el: martes 5 de diciembre de 2000 11:57 > Para: [EMAIL PROTECTED] > Asunto: Re: container managed authentication

Re: container managed authentication - how?

2000-12-05 Thread Christian Sell
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 05, 2000 11:08 AM Subject: Re: container managed authentication - how? > hello, > > try reading the server.xml file. you must activate an interceptor. > you can choose from several. > > Christian Sell wrote:

Re: container managed authentication - how?

2000-12-05 Thread Christian Sell
Message - From: "Joakim Verona" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 05, 2000 11:08 AM Subject: Re: container managed authentication - how? > hello, > > try reading the server.xml file. you must activate an interceptor. > you can

Re: container managed authentication - how?

2000-12-05 Thread Joakim Verona
hello, try reading the server.xml file. you must activate an interceptor. you can choose from several. Christian Sell wrote: > > hello, > > I just installed Tomcat 3.2 and deployed my web application, which is > running sucessfully nuder Orion and JRun, using form-based authentication. > Howe

container managed authentication - how?

2000-12-05 Thread Christian Sell
hello, I just installed Tomcat 3.2 and deployed my web application, which is running sucessfully nuder Orion and JRun, using form-based authentication. However, Tomcat completely ignores the security-constraint settings. How can I get Tomcat to enforce this? Does Tomcat support container-managed

container-managed authentication how?

2000-12-04 Thread Christian Sell
Hello, is there some magical word that enables container-managed authentication under tomcat? I have everything setup in web.xml (and running under Orion and JRun), but Tomcat (3.2) never shows the login page when I access protected resources. I have configured form-based auth. tnx Christian