Hi,

after getting the jsp precompilation finally working, I want also want to do
the precompliation for tag files.
I'm using tomcat 5.5.7 on both Windows 2000 and Sun Solaris.
So something like this:
<%@ taglib prefix="mytag" tagdir="/WEB-INF/tags" %>
<mytag:header/>

The precompilation task generates servlets and servlet mappings in the
web.xml.
The jasper2 task also creates the servlet and even the class file for the
tag file.
But I don't see a chance to do the mapping to the compiled tag file servlet
in the web.xml.

Any ideas about this?

Thanks

Bernhard




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

Reply via email to