Well, if you look at the directories:
 Directory of C:\Program Files\Apache Tomcat 4.0\webapps\jstl\WEB-INF

23.04.2002  18:01       <DIR>          .
23.04.2002  18:01       <DIR>          ..
19.04.2002  16:36               10'763 c-rt.tld
19.04.2002  16:36               11'312 c.tld
19.04.2002  16:36               11'409 fmt-rt.tld
19.04.2002  16:36               12'580 fmt.tld
23.04.2002  18:03       <DIR>          lib
03.04.2002  03:46                1'313 permittedTaglibs.tld
03.04.2002  03:46                1'928 scriptfree.tld
19.04.2002  16:36                5'370 sql-rt.tld
19.04.2002  16:36                6'125 sql.tld
23.04.2002  03:46               16'387 string.tld
23.04.2002  18:24                  956 web.xml
19.04.2002  16:36                7'200 x-rt.tld
19.04.2002  16:36                7'673 x.tld
              12 File(s)         93'016 bytes
and

 Directory of C:\Program Files\Apache Tomcat 4.0\webapps\jstl\WEB-INF\lib

23.04.2002  18:03       <DIR>          .
23.04.2002  18:03       <DIR>          ..
19.04.2002  16:36              206'289 crimson.jar
19.04.2002  16:36              186'980 jaxen-full.jar
19.04.2002  16:36                6'727 jdbc2_0-stdext.jar
19.04.2002  16:36               21'239 jstl.jar
19.04.2002  16:36               23'390 saxpath.jar
19.04.2002  16:36              577'152 standard.jar
23.04.2002  03:46               51'640 string.jar
19.04.2002  16:36            1'002'741 xalan.jar
               8 File(s)      2'076'158 bytes

it seems to me that everything is present.

Regards,
Eric

-----Original Message-----
From: Shawn Bayern [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 24. April 2002 17:34
To: Tag Libraries Users List
Subject: RE: Nesting tags from different tag libraries?


It looks like you have included the necessary JARs and that your
deployment descriptor (web.xml) is fine; are you sure the TLD files that
it points to are present in your WEB-INF/lib directory?

-- 
Shawn Bayern
"JSP Standard Tag Library"   http://www.jstlbook.com
(coming this summer from Manning Publications)

On Wed, 24 Apr 2002 [EMAIL PROTECTED] wrote:

> I just downloaded and installed Tomcat 4.0.4-b2 - same error message...
> 
> Regards,
> Eric
> 
> -----Original Message-----
> From: Shawn Bayern [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 23. April 2002 18:41
> To: Tag Libraries Users List
> Subject: RE: Nesting tags from different tag libraries?
> 
> 
> Eric,
> 
> You need to install the individaul JAR files for all taglibs you want to
> use (e.g., standard.jar & jstl.jar, or string.jar) in the WEB-INF/lib
> directory of your web application.
> 
> Once you've done that, your container should recognize the tag libraries.

> Tomcat 4.0.3 has a bug whereby it doesn't recognize them by default unless
> you modify your web.xml file, but Ryan Lubke posted a workaround yesterday
> (And you can also upgrade to Tomcat 4.0.4B2).
> 
> 


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to