jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as
many other Java topics).  Here is an automated update on recent postings to
Tomcat-related FAQs.  Please direct flames and feedback to [EMAIL PROTECTED] .

 - Alex

------------------------------------------------------------------------
 JGURU PREMIUM SERVICE!

 How often has jGuru helped you solve a problem?  Contribute to the
 Java community and keep jGuru the best place to get answers by
 becoming a premium member.

 Get the World's BEST JAVA SEARCH ENGINE, FASTER PAGE RENDERING, and
 NO ADS. Just 4.95 a month or subscribe for a year at 49.95 and get
 12 months for the price of 10 and a FREE XL JGURU T-SHIRT!  Sign up
 now and try out the premium service for two weeks at no charge!

http://www.jguru.com/misc/page.jsp?fsm=premiumreg&node=blurb&src=email
------------------------------------------------------------------------

Hi.  You asked to be notified weekly when certain jGuru.com items get new entries.


++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

What are the different ways of declaring a tag library to use from a JSP?  Which 
methods are compatible from any JSP container?
What are the different ways of declaring a tag library to use from a JSP?
<br>Which methods are compatible from any JSP container?
<p>Assume the following directory structure of a WAR deployed under Tomcat 4.0:
<br>
Files in / directory:<br>
test.jsp
<br><br>
Files in /WEB-INF directory:<br>
web.xml<br>
ha.tld<br><br>

Files in /WEB-INF/lib directory:<br>
ha.jar<br><br>

Files in ha.jar:<br>
/meta-inf/taglib.jar<br>
class files for tag handler(s)<br>
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=889470


You can shut email notification off at the FAQ home
page(s) or:

  http://www.jguru.com/guru/notifyprefs.jsp



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to