Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
Hi, We just identified the problem. We had following tags/lines in our web.xml too. And we didn't notice that global_error.jsp wasn't there in the directory and hence it was giving the file not found error. So, it is working fine now with Struts as well. 401 /global_error.jsp

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shilpa, Shilpa Arora wrote: > We also tried another thing. Our *web.xml* was for a Struts application, > so we had following tags in it. > > >/tags/struts-html >/WEB-INF/struts-html.tld > > > We commented out all such tags and the appli

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
Hi, We also tried another thing. Our *web.xml* was for a Struts application, so we had following tags in it. /tags/struts-html /WEB-INF/struts-html.tld We commented out all such tags and the application worked fine i.e. it prompted us for the login and we were able to see *about.h

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
Thanks Christopher for the quick reply. Pls, see my answer to your questions below: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shilpa, Shilpa Arora wrote: register-ucr /pages/about.html manager BASIC register-ucr

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shilpa, Shilpa Arora wrote: > > > register-ucr > /pages/about.html > > > manager > > > > >BASIC >register-ucr > This configuration looks okay. > When we try to access the page we give in , we get an er

Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
Hi, In our project, we are trying to use */Basic HTTP Authorization/* so that it prompts us with a window to login before seeing any page. Here, are the tags we put in our web.xml file. register-ucr /pages/about.html manager BASIC register-ucr