Re: problem with Basic authentication -- no window to login

2005-01-21 Thread Ashish Kulkarni
Hi i am using windows XP with service pack 1, and had tried addind ResourceLink.. to my context.xml, but still did not work, i am going to pass this problem and use form based authentication which is working fine Ashish --- Parsons Technical Services [EMAIL PROTECTED] wrote: IE on Linux,

problem with Basic authentication -- no window to login

2005-01-20 Thread Ashish Kulkarni
Hi i was able to make my application work with form authentication, then i changed the login-config to make it basic authentication like below, but i am not getting any login window, it just gives me no access 403 error why login-config auth-methodBASIC/auth-method realm-nameBasic

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Aris Javier
what browser ar you using? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:24 AM To: tomcat-user@jakarta.apache.org Subject: problem with Basic authentication -- no window to login Hi i was able to make my application work with form

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Ashish Kulkarni
I have tried internet explorer and mozilla Ashish --- Aris Javier [EMAIL PROTECTED] wrote: what browser ar you using? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:24 AM To: tomcat-user@jakarta.apache.org Subject: problem

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Aris Javier
assuming you're using linux.. I encountered this problem in mozilla 1.6... downloaded 1.7 version and login window appeared! =) -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 11:21 AM To: Tomcat Users List Subject: RE: problem with Basic

Re: problem with Basic authentication -- no window to login

2005-01-20 Thread Parsons Technical Services
IE on Linux, interesting. Add the resource link to your context.xml file to give the system access to the user database/file. ResourceLink name=users global=UserDatabase type=org.apache.catalina.UserDatabase/ Doug - Original Message - From: Aris Javier [EMAIL PROTECTED]