Stacy,
I suspect that Macromedia did not intend for anyone to use their tag
libraries outside of the JRUN environment. Since JRUN has an interface for
adding additional tag library jar files to be used in your JSP's, if you are
using JRUN, you theoretically do not need a TLD file. Which is why it does
not come with one.
If you check out the documentation for the JRUN tag libraries, you will find
the XML definitions of each tag. Theoretically, you could cut and past
these XML definitions and create your own TLD file, thereby using the tag
libraries within another JSP server. But I would make sure that JRUN's tag
library does not have any other "built in" dependency on the JRUN server
environment, before spending the time porting it to another server.
As an FYI, if you truely need a portable tag library, check out the Jakarta
project. They have a ton of pretty good tag libraries that you can use with
any JSP server.
Celeste
-----Original Message-----
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 1:34 PM
To: JRun-Talk
Subject: JRun Taglibs ?
I'm trying to get the JRun taglib operational under tomcat (my app needs to
be portable on both app servers) but I'm confused as there doesn't seem to
be any reference to them in any web.xml nor can I find any TLD. Only the
JAR.
Anyone tried this ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists