Re: Placement of Tag Library Descriptor

2003-12-08 Thread Asad Habib
Hello. I figured out the problem. Thanks for your help. - Asad --- Ben Souther <[EMAIL PROTECTED]> wrote: > What are you using for a URL to access the tld? > > > On Monday 08 December 2003 04:29 pm, Asad Habib > wrote: > > Hello. I am using Tomcat 4.1.24 on Mac OS 10.3 and > > when I place the

Re: Placement of Tag Library Descriptor

2003-12-08 Thread Ben Souther
What are you using for a URL to access the tld? On Monday 08 December 2003 04:29 pm, Asad Habib wrote: > Hello. I am using Tomcat 4.1.24 on Mac OS 10.3 and > when I place the tld file used by my web application > in /Test/tlds(where Test is the name of the > application), I get a 404 Error. When

Placement of Tag Library Descriptor

2003-12-08 Thread Asad Habib
Hello. I am using Tomcat 4.1.24 on Mac OS 10.3 and when I place the tld file used by my web application in /Test/tlds(where Test is the name of the application), I get a 404 Error. When I place the same tld file in /Test, everything works fine. Does anyone know why this is happening? Apparently, th