David,

I took a look at your web.xml and it looked good.  The only other things I
can think of that have to be there for this to work are as follows:


Your WEB-INF/lib directory has to have these jars from the
jakarta-taglibs\standard-1.0.3\lib directory:

dom.jar         jaxp-api.jar        jstl.jar  saxpath.jar   xalan.jar
jaxen-full.jar  jdbc2_0-stdext.jar  sax.jar   standard.jar  xercesImpl.jar

and your WEB-INF directory has to have the tld's:

c.tld  fmt.tld  sql.tld  x.tld

If you want to give more specific info about how Tomcat isn't working (error
message) I can take a stab.

David


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


> David,
> i have it as the last element, after all others.
> Any other ideas? I'd love to get it up!
>
> -----Original Message-----
> From: David N. Foote [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 29, 2003 2:36 PM
> To: Tomcat Users List
> Subject: Re: Oracle Type 4 Driver
>
>
> 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]
>
> ---------------------------------------------------------------------
> 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