• 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

tag libs

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to Tomcat.Can i use taglibs in jsps that is hosted in tomcat ? if yes, Please let me know how i can use the taglibs. Any help is greatly appreciated !
thanx
Krish chandru
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, it's possible to use taglibs in Tomcat.

As for how... it's a bit too general to answer. Do you have a very specific question? Or do you have no idea how to use *any* taglibs?

Here's an onjava article about Struts, a popular taglib
http://www.onjava.com/pub/a/onjava/2001/09/11/jsp_servlets.html

Sun's tutorial on taglibs in general:
http://java.sun.com/products/jsp/tutorial/TagLibrariesTOC.html
 
krish chandru
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx very much ! i want to use Log4j in my project for which i want to embed the logging activities inside the the taglibrary. Is this practice alright ? any suggestions regarding dos and donts ?
thanx and regards
Krish chandru
 
Mike Curwen
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My own suggestion would be to look at the newest release of the java api (jdk 1.4), it now includes a logging API.

Can't help you with log4j, I haven't used it myself. Sorry.
 
Mike Curwen
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For more help on Struts, try the "Jakarta Projects" forum.

It's a out two down from this one, on the main list.
 
That new kid is a freak. Show him this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic