David,

You might be having trouble with where you inserted the taglib tags in your
web.xml.  The following fragment from web-app_2_3.dtd is key.

<!ELEMENT web-app (icon?, display-name?, description?, distributable?,
context-param*, filter*, filter-mapping*, listener*, servlet*,
servlet-mapping*, session-config?, mime-mapping*, welcome-file-list?,
error-page*, taglib*, resource-env-ref*, resource-ref*,
security-constraint*, login-config?, security-role*, env-entry*, ejb-ref*,
ejb-local-ref*)>
notice that taglib tags must occur within the web-app tag, after any icon,
display-name, description, distributable, context-param, filter,
filter-mapping, listener, servlet, servlet-mapping, session-config,
mime-mapping, welcome-file-list, or error-page tags and before any
resource-env-ref, resource-ref, security-constraint, login-config,
security-role, env-entry, ejb-ref, ejb-local-ref tags.

David









----- Original Message ----- 
From: "Schwartz, David (CHR)" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, May 29, 2003 7:04 AM
Subject: RE: Oracle Type 4 Driver


> Yes.
> Also, very weird - when the <taglib> tag is in the web.xml file Tomcat
does
> NOT work properly.
>
>
> -----Original Message-----
> From: Jason Bainbridge [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 29, 2003 10:01 AM
> To: Tomcat Users List
> Subject: Re: Oracle Type 4 Driver
>
>
> On Thu, 29 May 2003 21:32, Schwartz, David (CHR) wrote:
> > I added the <taglib> tags to web.xml (below) but still no go!
> >
> > <taglib>
> > <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>
> > <taglib-location>/WEB-INF/sql.tld</taglib-location>
> > </taglib>
>
> Do you have the sql.tld file in your WEB-INF directory?
>
> Regards,
> -- 
> Jason Bainbridge
> KDE Web Team - http://kde.org
> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to