Hi,
You could place them in the META-INF of the jar files they go with.
Otherwise, no auto-configure locations that I know of. What's the
problem with configuring them in web.xml?
it just clutters up the configuration, so for me it is more a cosmetical
than a technical issue.
Regards
Mar
Hello,
They can be in let's say
WEB-INF/tlds and then added to web.xml in a tag, one per
tag.
but that's exactly what I don't want to do: Explicitly mention each
single taglib descriptor in web.xml. Isn't there a way to put them all
in a certain directory that is different to WEB-INF/lib?
Hello,
currently (in a 2.4 container) I'm putting mit taglib descriptors in the
directory WEB-INF/lib. This directory is automatically in the
application classpath.
But the WEB-INF/lib is already fairly full with different .jars so I
would like to put the taglib descriptors in a separate dir
Hello,
I have a directory /META-INF which contains different .tld files (taglib
definitions). Usually, the webapp should notice these files and make
them available to the single .jsp files.
But I always get:
500 Servlet Exception
/tools/internet/whois.jsp:10: `http://dev.test.de/test' has n
Hello,
how can I define, that e.g. the extension .css shall be processed by
tomcat same as a .jsp-file?
Regards
Marten
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
I was used define some taglibs manually in web.xml when using
http://java.sun.com/dtd/web-app_2_3.dtd as deployment descriptor. Now I
tried to upgrade but isn't available any longer
(http://java.sun.com/xml/ns/j2ee and
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd). How can I define