How to configure basic authentication

2001-01-05 Thread Birte Glimm
Hi, I`m using tomcat 3.2.1, Win 2000 and I tried to configure a servlet (Header, displays just all received Header information) with basic authentication. I changed the web.xml as followed: servlet-mapping servlet-name Header /servlet-name

RE: How to configure basic authentication

2001-01-05 Thread Birte Glimm
Thanks, now it works as I want it. Birte -Original Message- From: Nacho [mailto:[EMAIL PROTECTED]] Sent: Freitag, 5. Januar 2001 17:55 To: '[EMAIL PROTECTED]' Subject: RE: How to configure basic authentication Hola Birte: This is caused by the non-stardard Invoker present

Re: How to configure basic authentication

2001-01-05 Thread Craig R. McClanahan
Birte Glimm wrote: Hi, I`m using tomcat 3.2.1, Win 2000 and I tried to configure a servlet (Header, displays just all received Header information) with basic authentication. I changed the web.xml as followed: servlet-mapping servlet-name Header