Re: place to put taglib descriptors

2006-08-04 Thread Marten Lehmann
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

Re: place to put taglib descriptors

2006-08-04 Thread Marten Lehmann
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?

place to put taglib descriptors

2006-08-02 Thread Marten Lehmann
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

.tld files without web.xml

2006-07-27 Thread Marten Lehmann
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

JSP processing other than .jsp?

2005-11-16 Thread Marten Lehmann
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]

and

2005-11-16 Thread Marten Lehmann
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