So how do I go about using the JSTL?
Is it enough for me to have these jar files in my server? without TLD file
how can I use it in JSP page?

Can you please explain more about using JSTL in App servers which doesn't
support JSTL.

Thanks for the time.
Lakshmeenarayana G G
ArisGlobal India Development Center,
SysArris Software Pvt. Ltd.,
Bangalore, India




-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Karr, David
Sent: Monday, March 31, 2003 9:35 PM
To: [EMAIL PROTECTED]
Subject: Re: JSTL in different application servers.


Just because an appserver doesn't provide the JSTL out of the box
doesn't mean it doesn't support it.  The web container portion of the
appserver needs to support the Servlet 2.3 and JSP 1.2 specifications.
I don't know for sure whether JRun 4 does that.

It isn't the TLD file that provides the JSTL functionality, it's the
"jstl.jar" and "standard.jar" files that come in the JSTL distribution
(the TLD files are also stored in the "standard.jar").

> -----Original Message-----
> From: Lakshmeenarayana G G [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 30, 2003 10:48 PM
> To: [EMAIL PROTECTED]
> Subject: JSTL in different application servers.
>
> Hi,
> Can I use the JSTL tags in application server version which doesnt
support
> JSTL by importing the JSTL files i.e. .tld files?
> I am using Jrun 4 and i think it doesnt have JSTL library. Can I get
the
> JSTL .tld file from sun site?
>
> It is common across all the leading app servers like weblogic,
websphere
> and
> JRun ? Is it enough to include the tld file in my application so that
when
> I
> install the same in other app server it will work.
>
> Thanks for the time.
> Lakshmeenarayana G G
> ArisGlobal India Development Center,
> SysArris Software Pvt. Ltd.,
> Bangalore, India
> Tel:  91-80-665 4965 / 664 2690 / 6655052
> Fax: 91-80-655 4285 / 665 0374
> http://www.sysarris.com
>
>
========================================================================
==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-
> INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
>
> Some relevant archives, FAQs and Forums on JSPs can be found at:
>
>  http://java.sun.com/products/jsp
>  http://archives.java.sun.com/jsp-interest.html
>  http://forums.java.sun.com
>  http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to