• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How can we run jstl program in sun one webserver 6.1

 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I am using [b]Sun one webserver 6.1
.I cannt run any jstl program because in sun one webserver6.1 support upto jsp1.2.
To running jstl program is required jsp version 2.0.

My doubt is sir,if i am using Sun one webserver 6.1 then how can i run the jstl program.Is any jstl api present which will
support sunone webserver 6.1 to running and testing jstl program.


Could you please guide me for the needful?

Thanks in advance.

Regards
Sumanta Panda[/b]
 
sumanta panda
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
my point is how to configuring SunOne Web Server6.1 for JSTL ?

Regards,
Sumanta Panda
 
sumanta panda
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
Kindly advise me for the above needful.

Thanks in advance.

Regards
Sumanta Panda
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use JSTL 1.0 implementation from Apache (http://jakarta.apache.org/taglibs) which only needs JSP 1.2 support.

I have tested core tags successfully in Sun One 6.1 sp 10.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic