aspose file tools
The moose likes JSP and the fly likes JSTL on Tomcat 3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSTL on Tomcat 3" Watch "JSTL on Tomcat 3" New topic
Author

JSTL on Tomcat 3

James Ellis
Ranch Hand

Joined: Oct 14, 2004
Posts: 205
Is it possible to use JSTL on Tomcat version 3? I have read somewhere that you need at least a JSP 1.2 (or higher) container installed in order to use JSTL.

Obviously I'd love to upgrade the container to version 5, but I don't have any control over that at the moment and I'm trying to avoid having to use scriptlets now and then go in and rewrite the code using JSTL next year when we upgrade Tomcat to version 5.

Thanks,
Jim
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56213
    
  13

Sorry. JSTL 1.0 requires JSP 1.2, and JSTL 1.1 requires JSP 2.0.

Whoever is holding back onto Tomcat 3 -- which is incredibly ancient at this point -- needs to be hit with a large and heavy clue-bat.
[ September 22, 2005: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56213
    
  13

I'm trying to avoid having to use scriptlets now and then go in and rewrite the code using JSTL next year


A worthy endeavor, but writing scriptless JSP pages isn't really feasible without JSP 2.0.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSTL on Tomcat 3
 
Similar Threads
Why JSTL core tag doesn't support EL?
JSTL: Attribute value does not accept any expressions
JSTL and EL
new to JSTL
Mr. Bergsten, a question about JSP 2.0 new features